Share via


ISql90PrimaryKeyConstraint Interface

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

Syntax

'Declaration
Public Interface ISql90PrimaryKeyConstraint _
    Inherits ISqlPrimaryKeyConstraint, ISql90Constraint, ISqlConstraint, IExtendedPropertyHost,  _
    ISql90SpecifiesIndex, ISqlSpecifiesIndex, ISql90SpecifiesStorage, ISqlSpecifiesStorage, ISqlModelElement,  _
    IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
'Usage
Dim instance As ISql90PrimaryKeyConstraint
public interface ISql90PrimaryKeyConstraint : ISqlPrimaryKeyConstraint, 
    ISql90Constraint, ISqlConstraint, IExtendedPropertyHost, ISql90SpecifiesIndex, ISqlSpecifiesIndex, 
    ISql90SpecifiesStorage, ISqlSpecifiesStorage, ISqlModelElement, IScriptSourcedElement, IModelElement, 
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ISql90PrimaryKeyConstraint : ISqlPrimaryKeyConstraint, 
    ISql90Constraint, ISqlConstraint, IExtendedPropertyHost, ISql90SpecifiesIndex, ISqlSpecifiesIndex, 
    ISql90SpecifiesStorage, ISqlSpecifiesStorage, ISqlModelElement, IScriptSourcedElement, IModelElement, 
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISql90PrimaryKeyConstraint extends ISqlPrimaryKeyConstraint, ISql90Constraint, ISqlConstraint, IExtendedPropertyHost, ISql90SpecifiesIndex, ISqlSpecifiesIndex, ISql90SpecifiesStorage, ISqlSpecifiesStorage, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder

See Also

Reference

ISql90PrimaryKeyConstraint Members

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