DTSWebMethodInfo 建構函式 (String, String, String)
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 (在 Microsoft.SqlServer.WebServiceTask.dll 中)
語法
'宣告
Public Sub New ( _
methodName As String, _
messageName As String, _
doc As String _
)
'用途
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
)
參數
- methodName
型別:System. . :: . .String
The name of the method.
- messageName
型別:System. . :: . .String
The name of the message.
- doc
型別:System. . :: . .String
The documentation for the method.