ScriptCollectorCollection Class

Displays the current list of collections in the script.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.LocalizationManager
    Microsoft.SqlServer.Management.ConfigurationSection
      Microsoft.SqlServer.Management.ScriptCollectorCollection

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ScriptCollectorCollection _
    Inherits ConfigurationSection
'Usage
Dim instance As ScriptCollectorCollection
[SerializableAttribute]
public class ScriptCollectorCollection : ConfigurationSection
[SerializableAttribute]
public ref class ScriptCollectorCollection : public ConfigurationSection
[<SerializableAttribute>]
type ScriptCollectorCollection =  
    class
        inherit ConfigurationSection
    end
public class ScriptCollectorCollection extends ConfigurationSection

The ScriptCollectorCollection type exposes the following members.

Constructors

  Name Description
Public method ScriptCollectorCollection Initializes a new instance of the ScriptCollectorCollection class.

Top

Properties

  Name Description
Public property LoadedFrom Gets or sets the loaded form in a configuration section. (Inherited from ConfigurationSection.)
Public property ResourceManager Gets or sets the string value for the ResourceManager control. (Inherited from LocalizationManager.)
Public property ScriptCollector Gets or sets the current ScripCollectorInfo of the script.
Public property Source Gets or sets the source for the configuration section. (Inherited from ConfigurationSection.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.