Share via


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 네임스페이스