Compartir a través de


MethodName Propiedad

Gets the name of a method.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado:  Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System. . :: . .String
The name of the method.