ConnectionManager.SqlConnectionObject プロパティ
接続オブジェクトを取得します。
名前空間: Microsoft.SqlServer.Management.Common
アセンブリ: Microsoft.SqlServer.ConnectionInfo (Microsoft.SqlServer.ConnectionInfo.dll)
構文
'宣言
Public ReadOnly Property SqlConnectionObject As SqlConnection
Get
'使用
Dim instance As ConnectionManager
Dim value As SqlConnection
value = instance.SqlConnectionObject
public SqlConnection SqlConnectionObject { get; }
public:
property SqlConnection^ SqlConnectionObject {
SqlConnection^ get ();
}
member SqlConnectionObject : SqlConnection
function get SqlConnectionObject () : SqlConnection
プロパティ値
型: System.Data.SqlClient.SqlConnection
接続を示す SqlConnection オブジェクト値です。