SqlInlineConstraintAnnotation Class
Visual Studio 2010
Models an annotation on an inline constraint.
System.Object
Microsoft.Data.Schema.SchemaModel.ModelAnnotation
Microsoft.Data.Schema.Sql.SchemaModel.SqlInlineConstraintAnnotation
Microsoft.Data.Schema.SchemaModel.ModelAnnotation
Microsoft.Data.Schema.Sql.SchemaModel.SqlInlineConstraintAnnotation
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
The SqlInlineConstraintAnnotation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SqlInlineConstraintAnnotation | Initializes a new instance of the SqlInlineConstraintAnnotation class. |
| Name | Description | |
|---|---|---|
![]() | AnnotationClass | Gets the metadata object that describes this instance. (Inherited from ModelAnnotation.) |
![]() | IsAttachedToStore | Gets a value that indicates whether the annotation is attached to a ModelStore. (Inherited from ModelAnnotation.) |
![]() | Model | Gets or sets the ModelStore. (Inherited from ModelAnnotation.) |
![]() | Name | Gets or sets the annotation name. (Inherited from ModelAnnotation.) |
| Name | Description | |
|---|---|---|
![]() | Delete | Deletes this instance from the schema model. (Inherited from ModelAnnotation.) |
![]() | Equals | Returns a value that indicates whether a provided object is equal to the current object. (Inherited from ModelAnnotation.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetElements | Returns a list of elements in this instance. (Inherited from ModelAnnotation.) |
![]() | GetHashCode | Not required. (Inherited from ModelAnnotation.) |
![]() | GetProperty<TProperty> | Retrieves a specified property. (Inherited from ModelAnnotation.) |
![]() | GetRelationshipEntries | Returns the relationship entries to which this annotation is attached. (Inherited from ModelAnnotation.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsDeleted | Returns a value that indicates whether this instance has been deleted. (Inherited from ModelAnnotation.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetProperty<TProperty> | Sets the value of the provided property. (Inherited from ModelAnnotation.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
