Partager via


Méthode HttpClientConnection.GetServerPassword

Gets the server password.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Function GetServerPassword As String
'Utilisation
Dim instance As HttpClientConnection 
Dim returnValue As String 

returnValue = instance.GetServerPassword()
public string GetServerPassword()
public:
String^ GetServerPassword()
member GetServerPassword : unit -> string
public function GetServerPassword() : String

Valeur de retour

Type : System.String
A String containing the server password.

Voir aussi

Référence

HttpClientConnection Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime