DTSWebMethodInfo 构造函数

定义

初始化 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

方法的文档。

适用于