共用方式為


WebServiceTask.WebMethodInfo 屬性

Gets or sets a DTSWebMethodInfo object.

命名空間:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
組件:  Microsoft.SqlServer.WebServiceTask (在 Microsoft.SqlServer.WebServiceTask.dll 中)

語法

'宣告
Public Property WebMethodInfo As DTSWebMethodInfo 
    Get 
    Set
'用途
Dim instance As WebServiceTask 
Dim value As DTSWebMethodInfo 

value = instance.WebMethodInfo

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

屬性值

型別:Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSWebMethodInfo
A DTSWebMethodInfo object.

實作

IDTSWebServiceTask.WebMethodInfo

備註

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.

請參閱

參考

WebServiceTask 類別

Microsoft.SqlServer.Dts.Tasks.WebServiceTask 命名空間