SqlElementDescriptor Members

Include Protected Members
Include Inherited Members

Used to describe a SQL store element without instantiating it in the store.

The SqlElementDescriptor type exposes the following members.

Constructors

  Name Description
Public method SqlElementDescriptor Overloaded. Initializes a new instance of the SqlElementDescriptor class.

Top

Methods

  Name Description
Public method AddExternalNameParts Overloaded. Adds one or more external name parts into the element descriptor.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodStatic member GetHashCode Overloaded. Gets the hash code.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property ElementType Gets or sets the class of the element.
Public property ExternalReferenceParts Gets a collection of external reference parts.
Public property Identifiers Gets a collection of parts of the elements name.
Public property IgnoreName Gets or sets whether to ignore the name.
Public property IsEmpty Gets whether the descriptor is empty.
Public property IsVolatile Gets whether the descriptor volatility value is not None.
Public property Volatility Gets the descriptor volatility enumeration value.

Top

See Also

Reference

SqlElementDescriptor Class

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace