Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value that indicates whether a Web method is supported or not.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
Public ReadOnly Property Supported As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if the Web method is supported; otherwise, false.