IntegrationServices.ISfcHasConnection.GetConnection メソッド

定義

取得する接続を示します。

オーバーロード

ISfcHasConnection.GetConnection()

バックアップ用ストレージへのサーバー接続を取得します。

ISfcHasConnection.GetConnection(SfcObjectQueryMode)

クエリを実行する現在の接続を取得します。 1 つの直列クエリまたは複数の同時に開くクエリをサポートする接続を要求に従って返します。

ISfcHasConnection.GetConnection()

バックアップ用ストレージへのサーバー接続を取得します。

 virtual Microsoft::SqlServer::Management::Common::ISfcConnection ^ Microsoft.SqlServer.Management.Sdk.Sfc.ISfcHasConnection.GetConnection() = Microsoft::SqlServer::Management::Sdk::Sfc::ISfcHasConnection::GetConnection;
Microsoft.SqlServer.Management.Common.ISfcConnection ISfcHasConnection.GetConnection ();
abstract member Microsoft.SqlServer.Management.Sdk.Sfc.ISfcHasConnection.GetConnection : unit -> Microsoft.SqlServer.Management.Common.ISfcConnection
override this.Microsoft.SqlServer.Management.Sdk.Sfc.ISfcHasConnection.GetConnection : unit -> Microsoft.SqlServer.Management.Common.ISfcConnection
Function GetConnection () As ISfcConnection Implements ISfcHasConnection.GetConnection

戻り値

サーバー接続を保持するオブジェクト。

実装

適用対象

ISfcHasConnection.GetConnection(SfcObjectQueryMode)

クエリを実行する現在の接続を取得します。 1 つの直列クエリまたは複数の同時に開くクエリをサポートする接続を要求に従って返します。

 virtual Microsoft::SqlServer::Management::Common::ISfcConnection ^ Microsoft.SqlServer.Management.Sdk.Sfc.ISfcHasConnection.GetConnection(Microsoft::SqlServer::Management::Sdk::Sfc::SfcObjectQueryMode mode) = Microsoft::SqlServer::Management::Sdk::Sfc::ISfcHasConnection::GetConnection;
Microsoft.SqlServer.Management.Common.ISfcConnection ISfcHasConnection.GetConnection (Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectQueryMode mode);
abstract member Microsoft.SqlServer.Management.Sdk.Sfc.ISfcHasConnection.GetConnection : Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectQueryMode -> Microsoft.SqlServer.Management.Common.ISfcConnection
override this.Microsoft.SqlServer.Management.Sdk.Sfc.ISfcHasConnection.GetConnection : Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectQueryMode -> Microsoft.SqlServer.Management.Common.ISfcConnection
Function GetConnection (mode As SfcObjectQueryMode) As ISfcConnection Implements ISfcHasConnection.GetConnection

パラメーター

mode
SfcObjectQueryMode

接続のモード。

戻り値

使用する接続。キャッシュ モードを使用する場合は null。 キャッシュ モードでは、接続の問題と開いているデータ リーダーの問題を回避できます。

実装

適用対象