ISqlFile Interface

Represents a SQL file.

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

Syntax

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

See Also

Reference

ISqlFile Members

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