Proprietà IConnectionStringHolder.ReturnPassword
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets an implementation whether the connection string holder returns password.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Property ReturnPassword As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Boolean
true if the connection string holder returns password; otherwise, false.