WebServiceTask.WebMethodInfo Property

Definition

Gets or sets a DTSWebMethodInfo object.

public:
 property Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSWebMethodInfo ^ WebMethodInfo { Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSWebMethodInfo ^ get(); void set(Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSWebMethodInfo ^ value); };
public Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSWebMethodInfo WebMethodInfo { get; set; }
member this.WebMethodInfo : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSWebMethodInfo with get, set
Public Property WebMethodInfo As DTSWebMethodInfo

Property Value

A DTSWebMethodInfo object.

Implements

Remarks

The DTSWebMethodInfo object encapsulates the details of a Web method. The class contains the method name, message name, the documentation for the method, and the parameters to be passed for method invocation.

Applies to