IConstraint.Type Property

 

Applies To: SQL Server 2016 Preview

Gets a ConstraintType value that indicates the constraint type.

Namespace:   Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

ConstraintType Type { get; }
property ConstraintType Type {
    ConstraintType get();
}
abstract Type : ConstraintType with get
ReadOnly Property Type As ConstraintType

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.ConstraintType

One of the enumeration values that indicates the constraint type.

See Also

IConstraint Interface
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top