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.