Compartilhar via


Método HttpClientConnection100Class.GetServerPassword

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the server password.

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

Sintaxe

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

Valor de retorno

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

Implementa

IDTSHttpClientConnection100.GetServerPassword()

Consulte também

Referência

HttpClientConnection100Class Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper