Compartilhar via


Propriedade do RDL DTSWebMethodInfo.MethodName

Gets the name of a method.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)

Sintaxe

'Declaração
Public ReadOnly Property MethodName As String 
    Get
'Uso
Dim instance As DTSWebMethodInfo 
Dim value As String 

value = instance.MethodName
public string MethodName { get; }
public:
property String^ MethodName {
    String^ get ();
}
member MethodName : string
function get MethodName () : String

Valor da propriedade

Tipo: System.String
The name of the method.

Consulte também

Referência

DTSWebMethodInfo Classe

Namespace Microsoft.SqlServer.Dts.Tasks.WebServiceTask