ISql100TableValuedFunction Interface

Represents a Sql100 table-valued function.

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

Syntax

'Declaration
Public Interface ISql100TableValuedFunction _
    Inherits ISql90TableValuedFunction, ISqlTableValuedFunction, ISqlColumnSource, IColumnSource,  _
    ISql100Function, ISql90Function, ISqlFunction, IFunction, ISqlOwnedObject,  _
    IExtendedPropertyHost, ISqlSecurable, ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication,  _
    ISql90Subroutine, ISql90SpecifiesExecutionContext, ISql90SynonymTarget, ISql90Signable, ISql100Subroutine,  _
    ISqlSubroutine, IModelNamed, ISqlModelElement, IScriptSourcedElement, IModelElement,  _
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
'Usage
Dim instance As ISql100TableValuedFunction
public interface ISql100TableValuedFunction : ISql90TableValuedFunction, 
    ISqlTableValuedFunction, ISqlColumnSource, IColumnSource, ISql100Function, ISql90Function, 
    ISqlFunction, IFunction, ISqlOwnedObject, IExtendedPropertyHost, ISqlSecurable, 
    ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication, ISql90Subroutine, ISql90SpecifiesExecutionContext, 
    ISql90SynonymTarget, ISql90Signable, ISql100Subroutine, ISqlSubroutine, IModelNamed, 
    ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, 
    IModelAnnotationHolder
public interface class ISql100TableValuedFunction : ISql90TableValuedFunction, 
    ISqlTableValuedFunction, ISqlColumnSource, IColumnSource, ISql100Function, ISql90Function, 
    ISqlFunction, IFunction, ISqlOwnedObject, IExtendedPropertyHost, ISqlSecurable, 
    ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication, ISql90Subroutine, ISql90SpecifiesExecutionContext, 
    ISql90SynonymTarget, ISql90Signable, ISql100Subroutine, ISqlSubroutine, IModelNamed, 
    ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, 
    IModelAnnotationHolder
public interface ISql100TableValuedFunction extends ISql90TableValuedFunction, ISqlTableValuedFunction, ISqlColumnSource, IColumnSource, ISql100Function, ISql90Function, ISqlFunction, IFunction, ISqlOwnedObject, IExtendedPropertyHost, ISqlSecurable, ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication, ISql90Subroutine, ISql90SpecifiesExecutionContext, ISql90SynonymTarget, ISql90Signable, ISql100Subroutine, ISqlSubroutine, IModelNamed, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
[<AbstractClassAttribute>]
type ISql100TableValuedFunction =  
    interface
        interface ISql90TableValuedFunction
        interface ISqlTableValuedFunction
        interface ISqlColumnSource
        interface IColumnSource
        interface ISql100Function
        interface ISql90Function
        interface ISqlFunction
        interface IFunction
        interface ISqlOwnedObject
        interface IExtendedPropertyHost
        interface ISqlSecurable
        interface ISqlSpecifiesAnsiNulls
        interface ISqlSpecifiesQuotedIdentifier
        interface ISqlSupportsReplication
        interface ISql90Subroutine
        interface ISql90SpecifiesExecutionContext
        interface ISql90SynonymTarget
        interface ISql90Signable
        interface ISql100Subroutine
        interface ISqlSubroutine
        interface IModelNamed
        interface ISqlModelElement
        interface IScriptSourcedElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end

See Also

Reference

ISql100TableValuedFunction Members

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