IScriptingService.ScriptCollectors Property

Definition

Gets the list of all ScriptCollectors registered in the system.

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)

Property Value

The list of all ScriptCollectors registered in the system.

Applies to