DTSWebMethodInfo 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 DTSWebMethodInfo 类的新实例。
重载
| 名称 | 说明 |
|---|---|
| DTSWebMethodInfo() |
初始化 DTSWebMethodInfo 类的新实例。 |
| DTSWebMethodInfo(String, String, String) |
初始化该类的新实例 DTSWebMethodInfo ,使用指定的方法名、消息名和方法文档。 |
DTSWebMethodInfo()
初始化 DTSWebMethodInfo 类的新实例。
public:
DTSWebMethodInfo();
public DTSWebMethodInfo();
Public Sub New ()
适用于
DTSWebMethodInfo(String, String, String)
初始化该类的新实例 DTSWebMethodInfo ,使用指定的方法名、消息名和方法文档。
public:
DTSWebMethodInfo(System::String ^ methodName, System::String ^ messageName, System::String ^ doc);
public DTSWebMethodInfo(string methodName, string messageName, string doc);
new Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSWebMethodInfo : string * string * string -> Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSWebMethodInfo
Public Sub New (methodName As String, messageName As String, doc As String)
参数
- methodName
- String
方法的名称。
- messageName
- String
消息的名称。
- doc
- String
方法的文档。