ISqlLegacyDataConstraints Interface

Represents SQL legacy data constraints.

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

Syntax

'Declaration
Public Interface ISqlLegacyDataConstraints _
    Inherits IModelNamed, ISqlOwnedObject, ISqlModelElement, IScriptSourcedElement,  _
    IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
'Usage
Dim instance As ISqlLegacyDataConstraints
public interface ISqlLegacyDataConstraints : IModelNamed, 
    ISqlOwnedObject, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, 
    IModelEntity, IModelAnnotationHolder
public interface class ISqlLegacyDataConstraints : IModelNamed, 
    ISqlOwnedObject, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, 
    IModelEntity, IModelAnnotationHolder
public interface ISqlLegacyDataConstraints extends IModelNamed, ISqlOwnedObject, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
[<AbstractClassAttribute>]
type ISqlLegacyDataConstraints =  
    interface
        interface IModelNamed
        interface ISqlOwnedObject
        interface ISqlModelElement
        interface IScriptSourcedElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end

See Also

Reference

ISqlLegacyDataConstraints Members

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