ISqlPrimaryKeyConstraint Interface

Represents a SQL primary key constraint.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Interface ISqlPrimaryKeyConstraint _
    Inherits ISqlConstraint, IExtendedPropertyHost, ISqlSpecifiesIndex, ISqlSpecifiesStorage,  _
    ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity,  _
    IModelAnnotationHolder
'Usage
Dim instance As ISqlPrimaryKeyConstraint
public interface ISqlPrimaryKeyConstraint : ISqlConstraint, 
    IExtendedPropertyHost, ISqlSpecifiesIndex, ISqlSpecifiesStorage, ISqlModelElement, IScriptSourcedElement, 
    IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ISqlPrimaryKeyConstraint : ISqlConstraint, 
    IExtendedPropertyHost, ISqlSpecifiesIndex, ISqlSpecifiesStorage, ISqlModelElement, IScriptSourcedElement, 
    IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISqlPrimaryKeyConstraint extends ISqlConstraint, IExtendedPropertyHost, ISqlSpecifiesIndex, ISqlSpecifiesStorage, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
[<AbstractClassAttribute>]
type ISqlPrimaryKeyConstraint =  
    interface
        interface ISqlConstraint
        interface IExtendedPropertyHost
        interface ISqlSpecifiesIndex
        interface ISqlSpecifiesStorage
        interface ISqlModelElement
        interface IScriptSourcedElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end

See Also

Reference

ISqlPrimaryKeyConstraint Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace