Propriedade do RDL IDTSWebServiceTask.WebMethodInfo
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets a DTS Web Method info object.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)
Sintaxe
'Declaração
Property WebMethodInfo As DTSWebMethodInfo
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSWebMethodInfo
A DTS Web Method info object.