ISqlDefaultConstraint.GetAnnotations Method

Include Protected Members
Include Inherited Members

Returns all attached annotations.

Overload List

  Name Description
Public method GetAnnotations() Returns a list of attached annotations. (Inherited from IModelAnnotationHolder.)
Public method GetAnnotations(Type) Returns a list of attached annotations that implement the given type. (Inherited from IModelAnnotationHolder.)
Public method GetAnnotations(ModelStore.Identifier) Returns a list of attached annotations that are named with the given identifier. (Inherited from IModelAnnotationHolder.)
Public method GetAnnotations(ModelStore.Identifier, Type) Returns a list of attached annotations that implement the given type and have the identifier as their name. (Inherited from IModelAnnotationHolder.)

Top

See Also

Reference

ISqlDefaultConstraint Interface

ISqlDefaultConstraint Members

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