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.