次の方法で共有


SqlConnectionInfo.ConnectionString プロパティ

SQL Server のインスタンスとの接続を確立するときに使用する接続文字列を取得します。

名前空間:  Microsoft.SqlServer.Management.Common
アセンブリ:  Microsoft.SqlServer.ConnectionInfo (Microsoft.SqlServer.ConnectionInfo.dll)

構文

'宣言
<BrowsableAttribute(False)> _
Public Overrides ReadOnly Property ConnectionString As String 
    Get
'使用
Dim instance As SqlConnectionInfo 
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
SQL Server のインスタンスへの接続を確立するために使用する接続文字列を示す String 値です。

関連項目

参照

SqlConnectionInfo クラス

Microsoft.SqlServer.Management.Common 名前空間