共用方式為


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 命名空間