Partager via


Propriété 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 an implementation whether the connection string holder returns password.

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

Syntaxe

'Déclaration
Property ReturnPassword As Boolean 
    Get 
    Set
'Utilisation
Dim instance As IConnectionStringHolder 
Dim value As Boolean 

value = instance.ReturnPassword

instance.ReturnPassword = value
bool ReturnPassword { get; set; }
property bool ReturnPassword {
    bool get ();
    void set (bool value);
}
abstract ReturnPassword : bool with get, set
function get ReturnPassword () : boolean 
function set ReturnPassword (value : boolean)

Valeur de propriété

Type : System.Boolean
true if the connection string holder returns password; otherwise, false.

Voir aussi

Référence

IConnectionStringHolder Interface

Espace de noms Microsoft.AnalysisServices