Metodo HttpClientConnection.GetServerPassword

Gets the server password.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Function GetServerPassword As String
'Utilizzo
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

Valore restituito

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

Vedere anche

Riferimento

HttpClientConnection Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime