Freigeben über


IDTSWebServiceTask.WebMethodInfo-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets a DTS Web Method info object.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Syntax

'Declaration
Property WebMethodInfo As DTSWebMethodInfo 
    Get 
    Set
'Usage
Dim instance As IDTSWebServiceTask 
Dim value As DTSWebMethodInfo 

value = instance.WebMethodInfo

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

Eigenschaftswert

Typ: Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSWebMethodInfo
A DTS Web Method info object.

Siehe auch

Verweis

IDTSWebServiceTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.WebServiceTask-Namespace