Share via


SqlOlapConnectionInfoBase.ConnectionStringInternal 속성

Gets or sets the internal connection string.

네임스페이스:  Microsoft.SqlServer.Management.Common
어셈블리:  Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)

구문

‘선언
Protected Property ConnectionStringInternal As SecureString 
    Get 
    Set
‘사용 방법
Dim value As SecureString 

value = Me.ConnectionStringInternal 

Me.ConnectionStringInternal = value
protected SecureString ConnectionStringInternal { get; set; }
protected:
property SecureString^ ConnectionStringInternal {
    SecureString^ get ();
    void set (SecureString^ value);
}
member ConnectionStringInternal : SecureString with get, set
function get ConnectionStringInternal () : SecureString 
function set ConnectionStringInternal (value : SecureString)

속성 값

유형: System.Security.SecureString
A StringBuilder value that specifies the internal connection string.

참고 항목

참조

SqlOlapConnectionInfoBase 클래스

Microsoft.SqlServer.Management.Common 네임스페이스