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 | |
---|---|---|
Disabled | Disabled property class of DefaultConstraint | |
Expression | Expression property class of DefaultConstraint | |
ExpressionDependencies | ExpressionDependencies relationship class of DefaultConstraint | |
Host | Host relationship class of DefaultConstraint | |
TargetColumn | TargetColumn relationship class of DefaultConstraint | |
TypeClass | Type class for DefaultConstraint | |
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.