DataSource.IConnectionStringHolder.ReturnPassword 属性

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

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Private Property ReturnPassword As Boolean 
    Implements IConnectionStringHolder.ReturnPassword 
    Get 
    Set
用法
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 支持使用显式接口实现,但不支持声明新显式接口实现。

属性值

类型:System.Boolean
true if the data source returns password; otherwise, false.

实现

IConnectionStringHolder.ReturnPassword

请参阅

参考

DataSource 类

Microsoft.AnalysisServices 命名空间