Metodo HttpClientConnection100Class.GetServerPassword
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the server password.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Overridable Function GetServerPassword As String
'Utilizzo
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
Valore restituito
Tipo: System.String
A String containing the server password.
Implementa
IDTSHttpClientConnection100.GetServerPassword()