OlapConnectionInfo.ConnectionString 속성
코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. 데이터베이스 엔진 연결 문자열을 지정하는 String 값을 가져옵니다.
네임스페이스: Microsoft.SqlServer.Management.Common
어셈블리: Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)
구문
‘선언
<BrowsableAttribute(False)> _
Public Overrides ReadOnly Property ConnectionString As String
Get
‘사용 방법
Dim instance As OlapConnectionInfo
Dim value As String
value = instance.ConnectionString
[BrowsableAttribute(false)]
public override string ConnectionString { get; }
[BrowsableAttribute(false)]
public:
virtual property String^ ConnectionString {
String^ get () override;
}
[<BrowsableAttribute(false)>]
abstract ConnectionString : string
[<BrowsableAttribute(false)>]
override ConnectionString : string
override function get ConnectionString () : String
속성 값
유형: String
연결 문자열을 나타내는 문자열입니다.