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 命名空间