Share via


DataSource.IConnectionStringHolder.ReturnPassword Property

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

Syntax

'Declaration
Private Property ReturnPassword As Boolean
    Implements IConnectionStringHolder.ReturnPassword
    Get
    Set
'Usage
Dim instance As DataSource
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 supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.Boolean

Implements

IConnectionStringHolder.ReturnPassword