Freigeben über


DTSWebMethodInfo.MethodName-Eigenschaft

Gets the name of a method.

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

Syntax

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

Eigenschaftswert

Typ: System.String
The name of the method.

Siehe auch

Verweis

DTSWebMethodInfo Klasse

Microsoft.SqlServer.Dts.Tasks.WebServiceTask-Namespace