Costruttore DTSWebMethodInfo (String, String, String)
Initializes a new instance of the DTSWebMethodInfo class, using the specified method name, message name, and documentation for the method.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
methodName As String, _
messageName As String, _
doc As String _
)
'Utilizzo
Dim methodName As String
Dim messageName As String
Dim doc As String
Dim instance As New DTSWebMethodInfo(methodName, _
messageName, doc)
public DTSWebMethodInfo(
string methodName,
string messageName,
string doc
)
public:
DTSWebMethodInfo(
String^ methodName,
String^ messageName,
String^ doc
)
new :
methodName:string *
messageName:string *
doc:string -> DTSWebMethodInfo
public function DTSWebMethodInfo(
methodName : String,
messageName : String,
doc : String
)
Parametri
- methodName
Tipo: System.String
The name of the method.
- messageName
Tipo: System.String
The name of the message.
- doc
Tipo: System.String
The documentation for the method.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask