Compartilhar via


Propriedade do RDL ConnectionInfo.EncryptionPassword

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

Gets the encryption password associated with the ConnectionInfo object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public ReadOnly Property EncryptionPassword As String 
    Get
'Uso
Dim instance As ConnectionInfo 
Dim value As String 

value = instance.EncryptionPassword
public string EncryptionPassword { get; }
public:
property String^ EncryptionPassword {
    String^ get ();
}
member EncryptionPassword : string
function get EncryptionPassword () : String

Valor da propriedade

Tipo: System.String
The encryption password.

Consulte também

Referência

ConnectionInfo Classe

Namespace Microsoft.AnalysisServices