Propriété ConnectionInfo.EncryptionPassword

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the encryption password associated with the ConnectionInfo object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property EncryptionPassword As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
The encryption password.

Voir aussi

Référence

ConnectionInfo Classe

Espace de noms Microsoft.AnalysisServices