SqlWizardCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供 SqlWizard 的集合。
public ref class SqlWizardCollection : 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 SqlWizardCollection : 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 SqlWizardCollection = class
inherit ConfigurationSection
Public Class SqlWizardCollection
Inherits ConfigurationSection
- 继承
- 属性
构造函数
SqlWizardCollection() |
初始化 SqlWizardCollection 类的新实例。 |
属性
LoadedFrom |
获取或设置配置部分中已加载的窗体。 (继承自 ConfigurationSection) |
ResourceManager |
获取或设置 ResourceManager 控件的字符串值。 (继承自 LocalizationManager) |
Source |
获取或设置配置部分的源。 (继承自 ConfigurationSection) |
Wizard |
获取与 SqlWizardCollection 对象相关联的 SqlWizard 对象。 |