ScriptCollectorInfo.IScriptCollectorInfo.CreateScriptCollector Methode

Definition

Erstellt einen neuen Skriptsammler für das Skript.

 virtual System::Object ^ Microsoft.SqlServer.Management.Scripting.IScriptCollectorInfo.CreateScriptCollector(System::String ^ scriptType, Microsoft::SqlServer::Management::Data::IContext ^ context) = Microsoft::SqlServer::Management::Scripting::IScriptCollectorInfo::CreateScriptCollector;
object IScriptCollectorInfo.CreateScriptCollector (string scriptType, Microsoft.SqlServer.Management.Data.IContext context);
abstract member Microsoft.SqlServer.Management.Scripting.IScriptCollectorInfo.CreateScriptCollector : string * Microsoft.SqlServer.Management.Data.IContext -> obj
override this.Microsoft.SqlServer.Management.Scripting.IScriptCollectorInfo.CreateScriptCollector : string * Microsoft.SqlServer.Management.Data.IContext -> obj
Function CreateScriptCollector (scriptType As String, context As IContext) As Object Implements IScriptCollectorInfo.CreateScriptCollector

Parameter

scriptType
String

Der Typ des zu verwendenden Skripts.

context
IContext

Der dem Skript zugeordnete Kontext.

Gibt zurück

Ein Objekt, das den neuen Skriptsammler darstellt.

Implementiert

Gilt für: