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.