IUniqueConstraint Interface

Definition

public interface IUniqueConstraint : Microsoft.SqlServer.Management.SqlParser.Metadata.IUniqueConstraintBase
type IUniqueConstraint = interface
    interface IUniqueConstraintBase
    interface IConstraint
    interface IMetadataObject
Public Interface IUniqueConstraint
Implements IUniqueConstraintBase
Implements

Properties

Name Description
AssociatedIndex (Inherited from IUniqueConstraintBase)
IsSystemNamed (Inherited from IConstraint)
Name (Inherited from IMetadataObject)
Parent (Inherited from IConstraint)
Type (Inherited from IConstraint)

Methods

Name Description
Accept<T>(IMetadataObjectVisitor<T>) (Inherited from IMetadataObject)

Extension Methods

Name Description
TypeInfo(IMetadataObject)

Applies to