SqlConnectionInfo.CreateConnectionObject メソッド
システム接続オブジェクトを作成します。
名前空間: Microsoft.SqlServer.Management.Common
アセンブリ: Microsoft.SqlServer.ConnectionInfo (Microsoft.SqlServer.ConnectionInfo.dll)
構文
'宣言
Public Overrides Function CreateConnectionObject As IDbConnection
'使用
Dim instance As SqlConnectionInfo
Dim returnValue As IDbConnection
returnValue = instance.CreateConnectionObject()
public override IDbConnection CreateConnectionObject()
public:
virtual IDbConnection^ CreateConnectionObject() override
abstract CreateConnectionObject : unit -> IDbConnection
override CreateConnectionObject : unit -> IDbConnection
public override function CreateConnectionObject() : IDbConnection
戻り値
型: System.Data.IDbConnection
接続オブジェクトを示す IDbConnection システム オブジェクト値です。