CheckConstraint Class

Model schema container class for CheckConstraint

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Model.CheckConstraint

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class CheckConstraint
'Usage
public static class CheckConstraint
public ref class CheckConstraint abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type CheckConstraint =  class end
public final class CheckConstraint

The CheckConstraint type exposes the following members.

Properties

  Name Description
Public propertyStatic member Disabled Disabled property class of CheckConstraint
Public propertyStatic member Expression Expression property class of CheckConstraint
Public propertyStatic member ExpressionDependencies ExpressionDependencies relationship class of CheckConstraint
Public propertyStatic member Host Host relationship class of CheckConstraint
Public propertyStatic member NotForReplication NotForReplication property class of CheckConstraint
Public propertyStatic member TypeClass Type class for CheckConstraint

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dac.Model Namespace