ISqlRule Interface

Represents a SQL rule.

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

Syntax

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

See Also

Reference

ISqlRule Members

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