SqlWizardCollection Class
Provides the collection of SqlWizard.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Microsoft.SqlServer.Management::LocalizationManager
Microsoft.SqlServer.Management::ConfigurationSection
Microsoft.SqlServer.Management::SqlWizardCollection
[SerializableAttribute] [DebuggerStepThroughAttribute] [DesignerCategoryAttribute("code")] [XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration")] [GeneratedCodeAttribute("xsd", "4.0.30319.33440")] public ref class SqlWizardCollection : ConfigurationSection
| Name | Description | |
|---|---|---|
![]() | SqlWizardCollection() | Initializes a new instance of the SqlWizardCollection class. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
![]() | Source | Gets or sets the source for the configuration section.(Inherited from ConfigurationSection.) |
![]() | Wizard | Gets the SqlWizard object that is associated with the SqlWizardCollection object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


