ISqlMultiStatementTableValuedFunction Interface

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

See Also

Reference

ISqlMultiStatementTableValuedFunction Members

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