NavigationEntityCollection 类

定义

表示 NavigationEntityCollection 上对象的集合。

public ref class NavigationEntityCollection : 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 NavigationEntityCollection : 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 NavigationEntityCollection = class
    inherit ConfigurationSection
Public Class NavigationEntityCollection
Inherits ConfigurationSection
继承
NavigationEntityCollection
属性

构造函数

NavigationEntityCollection()

初始化 NavigationEntityCollection 类的新实例。

属性

LoadedFrom

获取或设置配置部分中已加载的窗体。

(继承自 ConfigurationSection)
NavigationEntity

获取或设置为此实体定义的属性。

ResourceManager

获取或设置 ResourceManager 控件的字符串值。

(继承自 LocalizationManager)
Source

获取或设置配置部分的源。

(继承自 ConfigurationSection)

适用于