IConnectionStringHolder.ReturnPassword 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

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

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

语法

声明
Property ReturnPassword As Boolean 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

IConnectionStringHolder 接口

Microsoft.AnalysisServices 命名空间