IScriptingService.ScriptCollectors 属性

定义

获取在系统中注册的所有 ScriptCollector 列表。

public:
 property System::Collections::Generic::IDictionary<System::String ^, Microsoft::SqlServer::Management::Scripting::IScriptCollectorInfo ^> ^ ScriptCollectors { System::Collections::Generic::IDictionary<System::String ^, Microsoft::SqlServer::Management::Scripting::IScriptCollectorInfo ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.SqlServer.Management.Scripting.IScriptCollectorInfo> ScriptCollectors { get; }
member this.ScriptCollectors : System.Collections.Generic.IDictionary<string, Microsoft.SqlServer.Management.Scripting.IScriptCollectorInfo>
Public ReadOnly Property ScriptCollectors As IDictionary(Of String, IScriptCollectorInfo)

属性值

在系统中注册的所有 ScriptCollector 列表。

适用于