Freigeben über


DTSWebMethodInfo.Documentation-Eigenschaft

Gets the documentation.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Syntax

'Declaration
Public ReadOnly Property Documentation As String 
    Get
'Usage
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

Eigenschaftswert

Typ: System.String
The documentation.

Siehe auch

Verweis

DTSWebMethodInfo Klasse

Microsoft.SqlServer.Dts.Tasks.WebServiceTask-Namespace