SqlAnnotationDescriptor Members

Include Protected Members
Include Inherited Members

Describes the annotation for a SqlElementDescriptor.

The SqlAnnotationDescriptor type exposes the following members.

Constructors

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

Top

Methods

  Name Description
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 a 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 AdditionalTargets Gets a collection of other element descriptors to annotate with the same annotation.
Public property AnnotationName Gets a collection of annotation names.
Public property AnnotationType Gets the annotation type.
Public property ExternalNameParts Gets a collection of external name parts.
Public property HasAdditionalTargets Gets whether the annotation should be applied to other targets, as well.
Public property HasName Gets whether the annotation has a name.
Public property Properties Gets a collection of properties.

Top

See Also

Reference

SqlAnnotationDescriptor Class

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