다음을 통해 공유


DTSWebMethodInfo.Documentation 속성

Gets the documentation.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
어셈블리:  Microsoft.SqlServer.WebServiceTask(Microsoft.SqlServer.WebServiceTask.dll)

구문

‘선언
Public ReadOnly Property Documentation As String 
    Get
‘사용 방법
Dim instance As DTSWebMethodInfo 
Dim value As String 

value = instance.Documentation
public string Documentation { get; }
public:
property String^ Documentation {
    String^ get ();
}
member Documentation : string
function get Documentation () : String

속성 값

유형: System.String
The documentation.

참고 항목

참조

DTSWebMethodInfo 클래스

Microsoft.SqlServer.Dts.Tasks.WebServiceTask 네임스페이스