Partilhar via


Método HttpClientConnection.GetServerPassword

Gets the server password.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Function GetServerPassword As String
'Uso
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

Valor de retorno

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

Consulte também

Referência

HttpClientConnection Classe

Namespace Microsoft.SqlServer.Dts.Runtime