Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Property Value
Type: System.String
The documentation.