Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Initializes a new instance of the DTSWebMethodInfo class, using the specified method name, message name, and documentation for the method.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
Синтаксис
'Декларация
Public Sub New ( _
methodName As String, _
messageName As String, _
doc As String _
)
public DTSWebMethodInfo (
string methodName,
string messageName,
string doc
)
public:
DTSWebMethodInfo (
String^ methodName,
String^ messageName,
String^ doc
)
public DTSWebMethodInfo (
String methodName,
String messageName,
String doc
)
public function DTSWebMethodInfo (
methodName : String,
messageName : String,
doc : String
)
Параметры
- methodName
The name of the method.
- messageName
The name of the message.
- doc
The documentation for the method.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
DTSWebMethodInfo Class
DTSWebMethodInfo Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace