DefaultConstraint Class

Model schema container class for DefaultConstraint

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Model.DefaultConstraint

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

Syntax

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

The DefaultConstraint type exposes the following members.

Properties

  Name Description
Public propertyStatic member Disabled Disabled property class of DefaultConstraint
Public propertyStatic member Expression Expression property class of DefaultConstraint
Public propertyStatic member ExpressionDependencies ExpressionDependencies relationship class of DefaultConstraint
Public propertyStatic member Host Host relationship class of DefaultConstraint
Public propertyStatic member TargetColumn TargetColumn relationship class of DefaultConstraint
Public propertyStatic member TypeClass Type class for DefaultConstraint
Public propertyStatic member WithValues WithValues property class of DefaultConstraint

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