Bagikan melalui


Database.IConnectionStringHolder.ReturnPassword Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets a value that indicates whether the database 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 Database 
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 database returns password; otherwise, false.

Implements

IConnectionStringHolder.ReturnPassword

See Also

Reference

Database Class

Microsoft.AnalysisServices Namespace