Partager via


MethodName propriété

Gets the name of a method.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly :  Microsoft.SqlServer.WebServiceTask (dans Microsoft.SqlServer.WebServiceTask.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MethodName As String
    Get
'Utilisation
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

Valeur de la propriété

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