다음을 통해 공유


WebServiceTask.WebMethodInfo 속성

Gets or sets a DTSWebMethodInfo object.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
어셈블리:  Microsoft.SqlServer.WebServiceTask(Microsoft.SqlServer.WebServiceTask.dll)

구문

‘선언
Public Property WebMethodInfo As DTSWebMethodInfo 
    Get 
    Set
‘사용 방법
Dim instance As WebServiceTask 
Dim value As DTSWebMethodInfo 

value = instance.WebMethodInfo

instance.WebMethodInfo = value
public DTSWebMethodInfo WebMethodInfo { get; set; }
public:
virtual property DTSWebMethodInfo^ WebMethodInfo {
    DTSWebMethodInfo^ get () sealed;
    void set (DTSWebMethodInfo^ value) sealed;
}
abstract WebMethodInfo : DTSWebMethodInfo with get, set 
override WebMethodInfo : DTSWebMethodInfo with get, set
final function get WebMethodInfo () : DTSWebMethodInfo 
final function set WebMethodInfo (value : DTSWebMethodInfo)

속성 값

유형: Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSWebMethodInfo
A DTSWebMethodInfo object.

구현

IDTSWebServiceTask.WebMethodInfo

주의

The DTSWebMethodInfo object encapsulates the details of a Web method. The class contains the method name, message name, the documentation for the method, and the parameters to be passed for method invocation.

참고 항목

참조

WebServiceTask 클래스

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