IMutableTableValuedFunction Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
IDatabaseObject IDatabaseTable IFunction IFunctionModuleBase IMetadataObject IMutableDatabaseObject IMutableDatabaseTable IMutableFunction IMutableFunctionModuleBase IMutableMetadataObject IMutableSchemaOwnedObject IMutableTabular IMutableUserDefinedFunction IMutableUserDefinedFunctionModuleBase ISchemaOwnedObject ITableValuedFunction ITabular IUserDefinedFunction IUserDefinedFunctionModuleBase
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) |