Поделиться через


Свойство 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