Partager via


Propriété DTSWebMethodInfo.Documentation

Gets the documentation.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly :  Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Documentation As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
The documentation.

Voir aussi

Référence

DTSWebMethodInfo Classe

Espace de noms Microsoft.SqlServer.Dts.Tasks.WebServiceTask