SqlOlapConnectionInfoBase.ConnectionStringInternal 속성
내부 연결 문자열을 가져오거나 설정합니다.
네임스페이스: 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)
속성 값
유형: SecureString
내부 연결 문자열을 지정하는 StringBuilder 값입니다.