Proprietà DTSWebMethodInfo.Documentation

Gets the documentation.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Sintassi

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

Valore proprietà

Tipo: System.String
The documentation.

Vedere anche

Riferimento

DTSWebMethodInfo Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask