IScriptCollectorInfo.CreateScriptCollector(String, IContext) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立一個腳本收集器的實例。
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
參數
傳回
建立腳本收集器實例的物件。