Partager via


Propriété Database.IConnectionStringHolder.ReturnPassword

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 or sets a value that indicates whether the database returns password.

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

Syntaxe

'Déclaration
Private Property ReturnPassword As Boolean 
    Implements IConnectionStringHolder.ReturnPassword 
    Get 
    Set
'Utilisation
Dim instance As Database 
Dim value As Boolean 

value = CType(instance, IConnectionStringHolder).ReturnPassword 

CType(instance, IConnectionStringHolder).ReturnPassword = value
bool IConnectionStringHolder.ReturnPassword { get; set; }
private:
virtual property bool ReturnPassword {
    bool get () sealed = IConnectionStringHolder::ReturnPassword::get;
    void set (bool value) sealed = IConnectionStringHolder::ReturnPassword::set;
}
private abstract ReturnPassword : bool with get, set 
private override ReturnPassword : bool with get, set
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

Type : System.Boolean
true if the database returns password; otherwise, false.

Implémente

IConnectionStringHolder.ReturnPassword

Voir aussi

Référence

Database Classe

Espace de noms Microsoft.AnalysisServices