Właściwość IDTSWebServiceTask.WebMethodInfo
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Zestaw: Microsoft.SqlServer.WebServiceTask (w Microsoft.SqlServer.WebServiceTask.dll)
Składnia
'Deklaracja
Property WebMethodInfo As DTSWebMethodInfo
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSWebMethodInfo
Zobacz także