ScriptCollectorCollection Class

Definition

Displays the current list of collections in the script.

public ref class ScriptCollectorCollection : Microsoft::SqlServer::Management::ConfigurationSection
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public class ScriptCollectorCollection : Microsoft.SqlServer.Management.ConfigurationSection
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type ScriptCollectorCollection = class
    inherit ConfigurationSection
Public Class ScriptCollectorCollection
Inherits ConfigurationSection
Inheritance
ScriptCollectorCollection
Attributes

Constructors

ScriptCollectorCollection()

Initializes a new instance of the ScriptCollectorCollection class.

Properties

LoadedFrom

Gets or sets the loaded form in a configuration section.

(Inherited from ConfigurationSection)
ResourceManager

Gets or sets the string value for the ResourceManager control.

(Inherited from LocalizationManager)
ScriptCollector

Gets or sets the current ScripCollectorInfo of the script.

Source

Gets or sets the source for the configuration section.

(Inherited from ConfigurationSection)

Applies to