DataSource.IConnectionStringHolder.ReturnPassword Property

Gets or sets an implementation whether the data source returns password.

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
true if the data source returns password; otherwise, false.

Implements

IConnectionStringHolder.ReturnPassword

See Also

Reference

DataSource Class

Microsoft.AnalysisServices Namespace