IScriptCollectorInfo.CreateScriptCollector(String, IContext) メソッド

定義

スクリプトコレクターのインスタンスを作成します。

public:
 System::Object ^ CreateScriptCollector(System::String ^ scriptType, Microsoft::SqlServer::Management::Data::IContext ^ context);
public object CreateScriptCollector(string scriptType, Microsoft.SqlServer.Management.Data.IContext context);
abstract member CreateScriptCollector : string * Microsoft.SqlServer.Management.Data.IContext -> obj
Public Function CreateScriptCollector (scriptType As String, context As IContext) As Object

パラメーター

scriptType
String

使用するスクリプトの種類を表す String 文字列。

context
IContext

スクリプトのコンテキストを表示する IContext インターフェース。

返品

スクリプトコレクターのインスタンスを作成するオブジェクトです。

適用対象