ISql90TableValuedFunction Interface

Represents a Sql90 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 ISql90TableValuedFunction _
    Inherits ISqlTableValuedFunction, ISqlColumnSource, IColumnSource, ISql90Function,  _
    ISqlFunction, IFunction, ISqlOwnedObject, IExtendedPropertyHost, ISqlSecurable,  _
    ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication, ISql90Subroutine, ISqlSubroutine,  _
    IModelNamed, ISql90SpecifiesExecutionContext, ISql90SynonymTarget, ISql90Signable, ISqlModelElement,  _
    IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
'Usage
Dim instance As ISql90TableValuedFunction
public interface ISql90TableValuedFunction : ISqlTableValuedFunction, 
    ISqlColumnSource, IColumnSource, ISql90Function, ISqlFunction, IFunction, 
    ISqlOwnedObject, IExtendedPropertyHost, ISqlSecurable, ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, 
    ISqlSupportsReplication, ISql90Subroutine, ISqlSubroutine, IModelNamed, ISql90SpecifiesExecutionContext, 
    ISql90SynonymTarget, ISql90Signable, ISqlModelElement, IScriptSourcedElement, IModelElement, 
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ISql90TableValuedFunction : ISqlTableValuedFunction, 
    ISqlColumnSource, IColumnSource, ISql90Function, ISqlFunction, IFunction, 
    ISqlOwnedObject, IExtendedPropertyHost, ISqlSecurable, ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, 
    ISqlSupportsReplication, ISql90Subroutine, ISqlSubroutine, IModelNamed, ISql90SpecifiesExecutionContext, 
    ISql90SynonymTarget, ISql90Signable, ISqlModelElement, IScriptSourcedElement, IModelElement, 
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISql90TableValuedFunction extends ISqlTableValuedFunction, ISqlColumnSource, IColumnSource, ISql90Function, ISqlFunction, IFunction, ISqlOwnedObject, IExtendedPropertyHost, ISqlSecurable, ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication, ISql90Subroutine, ISqlSubroutine, IModelNamed, ISql90SpecifiesExecutionContext, ISql90SynonymTarget, ISql90Signable, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
[<AbstractClassAttribute>]
type ISql90TableValuedFunction =  
    interface
        interface ISqlTableValuedFunction
        interface ISqlColumnSource
        interface IColumnSource
        interface ISql90Function
        interface ISqlFunction
        interface IFunction
        interface ISqlOwnedObject
        interface IExtendedPropertyHost
        interface ISqlSecurable
        interface ISqlSpecifiesAnsiNulls
        interface ISqlSpecifiesQuotedIdentifier
        interface ISqlSupportsReplication
        interface ISql90Subroutine
        interface ISqlSubroutine
        interface IModelNamed
        interface ISql90SpecifiesExecutionContext
        interface ISql90SynonymTarget
        interface ISql90Signable
        interface ISqlModelElement
        interface IScriptSourcedElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end

See Also

Reference

ISql90TableValuedFunction Members

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