Share via


IDTSWebServiceTask.WebMethodInfo Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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)

Property Value

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

See Also

Reference

IDTSWebServiceTask Interface

Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace