DTSWebMethodInfo Constructors

Definition

Initializes a new instance of the DTSWebMethodInfo class.

Overloads

DTSWebMethodInfo()

Initializes a new instance of the DTSWebMethodInfo class.

DTSWebMethodInfo(String, String, String)

Initializes a new instance of the DTSWebMethodInfo class, using the specified method name, message name, and documentation for the method.

DTSWebMethodInfo()

Initializes a new instance of the DTSWebMethodInfo class.

public:
 DTSWebMethodInfo();
public DTSWebMethodInfo ();
Public Sub New ()

Applies to

DTSWebMethodInfo(String, String, String)

Initializes a new instance of the DTSWebMethodInfo class, using the specified method name, message name, and documentation for the method.

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)

Parameters

methodName
String

The name of the method.

messageName
String

The name of the message.

doc
String

The documentation for the method.

Applies to