NavigationEntityCollection Class

Definition

Represents a collection of objects on the 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
Inheritance
NavigationEntityCollection
Attributes

Constructors

NavigationEntityCollection()

Initializes a new instance of the NavigationEntityCollection class.

Properties

LoadedFrom

Gets or sets the loaded form in a configuration section.

(Inherited from ConfigurationSection)
NavigationEntity

Gets or sets the properties defined for this entity.

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)

Applies to