Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Property Value
Type: System.String
The name of the method.