IScriptCollectorInfo.CreateScriptCollector(String, IContext) Metode

Definisi

Membuat instans Pengumpul Skrip.

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

Parameter

scriptType
String

String String yang mewakili jenis skrip yang akan digunakan.

context
IContext

Antarmuka IContext yang menampilkan konteks skrip.

Mengembalikan

Objek yang membuat instans Pengumpul Skrip.

Berlaku untuk