WebServiceTask.WebMethodInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.