Share via


ConnectionString 속성

코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets a String value that specifies the Database Engine connection 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

속성 값

유형: System. . :: . .String
A string that represents the connection string.