IMutableTableValuedFunction Interface

Definition

public interface IMutableTableValuedFunction : Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableDatabaseTable, Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableUserDefinedFunction, Microsoft.SqlServer.Management.SqlParser.Metadata.ITableValuedFunction
type IMutableTableValuedFunction = interface
    interface ITableValuedFunction
    interface IDatabaseTable
    interface ITabular
    interface IMetadataObject
    interface IUserDefinedFunction
    interface IFunction
    interface IFunctionModuleBase
    interface IUserDefinedFunctionModuleBase
    interface ISchemaOwnedObject
    interface IDatabaseObject
    interface IMutableDatabaseTable
    interface IMutableTabular
    interface IMutableMetadataObject
    interface IMutableUserDefinedFunction
    interface IMutableFunction
    interface IMutableFunctionModuleBase
    interface IMutableUserDefinedFunctionModuleBase
    interface IMutableSchemaOwnedObject
    interface IMutableDatabaseObject
Public Interface IMutableTableValuedFunction
Implements IMutableDatabaseTable, IMutableUserDefinedFunction, ITableValuedFunction
Implements

Properties

BodyText (Inherited from IUserDefinedFunction)
CollationInfo (Inherited from IDatabaseTable)
Columns (Inherited from ITabular)
Constraints (Inherited from IMutableDatabaseTable)
ExecutionContext (Inherited from IUserDefinedFunctionModuleBase)
Indexes (Inherited from IMutableDatabaseTable)
IsEncrypted (Inherited from IUserDefinedFunctionModuleBase)
IsInline
IsQuotedIdentifierOn (Inherited from IUserDefinedFunction)
IsSchemaBound (Inherited from IUserDefinedFunction)
IsSqlClr (Inherited from IUserDefinedFunction)
IsSystemObject (Inherited from IMutableDatabaseObject)
Name (Inherited from IMetadataObject)
Parameters (Inherited from IMutableFunctionModuleBase)
Parent (Inherited from IDatabaseObject)
Schema (Inherited from ISchemaOwnedObject)
Statistics (Inherited from IMutableDatabaseTable)
TableVariableName
TabularType (Inherited from ITabular)
Unaliased (Inherited from ITabular)

Methods

Accept<T>(IDatabaseObjectVisitor<T>) (Inherited from IDatabaseObject)
Accept<T>(IMetadataObjectVisitor<T>) (Inherited from IMetadataObject)
Accept<T>(ISchemaOwnedObjectVisitor<T>) (Inherited from ISchemaOwnedObject)

Extension Methods

TypeInfo(IMetadataObject)

Applies to