IScriptingService.OpenSession(IScriptCollectorInfo, IContext) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しいスクリプト作成セッションを開くメソッドを設定します。
public:
Microsoft::SqlServer::Management::Scripting::IScriptingSession ^ OpenSession(Microsoft::SqlServer::Management::Scripting::IScriptCollectorInfo ^ collectorInfo, Microsoft::SqlServer::Management::Data::IContext ^ context);
public Microsoft.SqlServer.Management.Scripting.IScriptingSession OpenSession (Microsoft.SqlServer.Management.Scripting.IScriptCollectorInfo collectorInfo, Microsoft.SqlServer.Management.Data.IContext context);
abstract member OpenSession : Microsoft.SqlServer.Management.Scripting.IScriptCollectorInfo * Microsoft.SqlServer.Management.Data.IContext -> Microsoft.SqlServer.Management.Scripting.IScriptingSession
Public Function OpenSession (collectorInfo As IScriptCollectorInfo, context As IContext) As IScriptingSession
パラメーター
- collectorInfo
- IScriptCollectorInfo
スクリプト コレクターを表す IScriptCollectorInfo インターフェイスです。
戻り値
新しいスクリプト作成セッションを開くメソッドです。