다음을 통해 공유


DTSWebMethodInfo.Supported 속성

Gets a value that indicates whether a Web method is supported or not.

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

구문

‘선언
Public ReadOnly Property Supported As Boolean 
    Get
‘사용 방법
Dim instance As DTSWebMethodInfo 
Dim value As Boolean 

value = instance.Supported
public bool Supported { get; }
public:
property bool Supported {
    bool get ();
}
member Supported : bool
function get Supported () : boolean

속성 값

유형: System.Boolean
true if the Web method is supported; otherwise, false.

참고 항목

참조

DTSWebMethodInfo 클래스

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