共用方式為


DTSWebMethodInfo.MethodName 屬性

Gets the name of a method.

命名空間:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
組件:  Microsoft.SqlServer.WebServiceTask (在 Microsoft.SqlServer.WebServiceTask.dll 中)

語法

'宣告
Public ReadOnly Property MethodName As String 
    Get
'用途
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

屬性值

型別:System.String
The name of the method.

請參閱

參考

DTSWebMethodInfo 類別

Microsoft.SqlServer.Dts.Tasks.WebServiceTask 命名空間