Partager via


Méthode HttpClientConnection100Class.GetServerPassword

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the server password.

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

Syntaxe

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

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

Valeur de retour

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

Implémente

IDTSHttpClientConnection100.GetServerPassword()

Voir aussi

Référence

HttpClientConnection100Class Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper