SqlOlapConnectionInfoBase.RebuildConnectionStringInternal 属性

获取或设置一个 Boolean,该值指示是否必须重新生成内部连接字符串。

命名空间:  Microsoft.SqlServer.Management.Common
程序集:  Microsoft.SqlServer.ConnectionInfo(在 Microsoft.SqlServer.ConnectionInfo.dll 中)

语法

声明
Protected Property RebuildConnectionStringInternal As Boolean 
    Get 
    Set
用法
Dim value As Boolean 

value = Me.RebuildConnectionStringInternal 

Me.RebuildConnectionStringInternal = value
protected bool RebuildConnectionStringInternal { get; set; }
protected:
property bool RebuildConnectionStringInternal {
    bool get ();
    void set (bool value);
}
member RebuildConnectionStringInternal : bool with get, set
function get RebuildConnectionStringInternal () : boolean 
function set RebuildConnectionStringInternal (value : boolean)

属性值

类型:Boolean
一个 Boolean,该值指示是否必须重新生成内部连接字符串。

请参阅

参考

SqlOlapConnectionInfoBase 类

Microsoft.SqlServer.Management.Common 命名空间