IPrimaryKeyConstraint Interface

Definition

public interface IPrimaryKeyConstraint : Microsoft.SqlServer.Management.SqlParser.Metadata.IUniqueConstraintBase
type IPrimaryKeyConstraint = interface
    interface IUniqueConstraintBase
    interface IConstraint
    interface IMetadataObject
Public Interface IPrimaryKeyConstraint
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