Proprietà DTSWebMethodInfo.MethodName

Gets the name of a method.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property MethodName As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
The name of the method.

Vedere anche

Riferimento

DTSWebMethodInfo Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask