다음을 통해 공유


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
)

매개 변수

참고 항목

참조

DTSWebMethodInfo 클래스

DTSWebMethodInfo 오버로드

Microsoft.SqlServer.Dts.Tasks.WebServiceTask 네임스페이스