다음을 통해 공유


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 네임스페이스