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
- 繼承
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| SqlWizardCollection() |
初始化 SqlWizardCollection 類別的新執行個體。 |
屬性
| 名稱 | Description |
|---|---|
| LoadedFrom |
在配置區段中取得或設定載入的表單。 (繼承來源 ConfigurationSection) |
| ResourceManager |
取得或設定 ResourceManager 控制項的字串值。 (繼承來源 LocalizationManager) |
| Source |
取得或設定區段的原始碼。 (繼承來源 ConfigurationSection) |
| Wizard |
取得 SqlWizard 與該 SqlWizardCollection 物件相關聯的物件。 |