Propriedade do RDL DTSWebMethodInfo.Documentation
Gets the documentation.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)
Sintaxe
'Declaração
Public ReadOnly Property Documentation As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
The documentation.