Propriedade do RDL IConnectionStringHolder.ReturnPassword

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

Gets or sets an implementation whether the connection string holder returns password.

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

Sintaxe

'Declaração
Property ReturnPassword As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

IConnectionStringHolder Interface

Namespace Microsoft.AnalysisServices