This topic has not yet been rated - Rate this topic

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

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
public class SqlInlineConstraintAnnotation : ModelAnnotation

The SqlInlineConstraintAnnotation type exposes the following members.

  NameDescription
Protected methodSqlInlineConstraintAnnotationInitializes a new instance of the SqlInlineConstraintAnnotation class.
Top
  NameDescription
Public propertyAnnotationClassGets the metadata object that describes this instance. (Inherited from ModelAnnotation.)
Public propertyIsAttachedToStoreGets a value that indicates whether the annotation is attached to a ModelStore. (Inherited from ModelAnnotation.)
Public propertyModelGets or sets the ModelStore. (Inherited from ModelAnnotation.)
Public propertyNameGets or sets the annotation name. (Inherited from ModelAnnotation.)
Top
  NameDescription
Public methodDeleteDeletes this instance from the schema model. (Inherited from ModelAnnotation.)
Public methodEqualsReturns a value that indicates whether a provided object is equal to the current object. (Inherited from ModelAnnotation.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetElementsReturns a list of elements in this instance. (Inherited from ModelAnnotation.)
Public methodGetHashCodeNot required. (Inherited from ModelAnnotation.)
Public methodGetProperty<TProperty>Retrieves a specified property. (Inherited from ModelAnnotation.)
Public methodGetRelationshipEntriesReturns the relationship entries to which this annotation is attached. (Inherited from ModelAnnotation.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodIsDeletedReturns a value that indicates whether this instance has been deleted. (Inherited from ModelAnnotation.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodSetProperty<TProperty>Sets the value of the provided property. (Inherited from ModelAnnotation.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.