次の方法で共有


RSType.GetConnectionObject(UIConnectionInfo) メソッド

定義

渡された UIConnectionInfo オブジェクトに基づいて、新しい IDbConnection オブジェクトを返します。

public:
 virtual System::Data::IDbConnection ^ GetConnectionObject(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ci);
public System.Data.IDbConnection GetConnectionObject (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci);
abstract member GetConnectionObject : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> System.Data.IDbConnection
override this.GetConnectionObject : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> System.Data.IDbConnection
Public Function GetConnectionObject (ci As UIConnectionInfo) As IDbConnection

パラメーター

ci
UIConnectionInfo

接続情報です。

戻り値

新しい IDbConnection オブジェクト。

実装

適用対象