ITableValuedFunction 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public interface ITableValuedFunction : Microsoft.SqlServer.Management.SqlParser.Metadata.IDatabaseTable, Microsoft.SqlServer.Management.SqlParser.Metadata.IUserDefinedFunction
type ITableValuedFunction = interface
interface IDatabaseTable
interface ITabular
interface IMetadataObject
interface IUserDefinedFunction
interface IFunction
interface IFunctionModuleBase
interface IUserDefinedFunctionModuleBase
interface ISchemaOwnedObject
interface IDatabaseObject
Public Interface ITableValuedFunction
Implements IDatabaseTable, IUserDefinedFunction
- 派生
- 实现
属性
| 名称 | 说明 |
|---|---|
| BodyText | (继承自 IUserDefinedFunction) |
| CollationInfo | (继承自 IDatabaseTable) |
| Columns | (继承自 ITabular) |
| Constraints | (继承自 IDatabaseTable) |
| ExecutionContext | (继承自 IUserDefinedFunctionModuleBase) |
| Indexes | (继承自 IDatabaseTable) |
| IsEncrypted | (继承自 IUserDefinedFunctionModuleBase) |
| IsInline | |
| IsQuotedIdentifierOn | (继承自 IUserDefinedFunction) |
| IsSchemaBound | (继承自 IUserDefinedFunction) |
| IsSqlClr | (继承自 IUserDefinedFunction) |
| IsSystemObject | (继承自 IDatabaseObject) |
| Name | (继承自 IMetadataObject) |
| Parameters | (继承自 IFunctionModuleBase) |
| Parent | (继承自 IDatabaseObject) |
| Schema | (继承自 ISchemaOwnedObject) |
| Statistics | (继承自 IDatabaseTable) |
| TableVariableName | |
| TabularType | (继承自 ITabular) |
| Unaliased | (继承自 ITabular) |
方法
| 名称 | 说明 |
|---|---|
| Accept<T>(IDatabaseObjectVisitor<T>) | (继承自 IDatabaseObject) |
| Accept<T>(IMetadataObjectVisitor<T>) | (继承自 IMetadataObject) |
| Accept<T>(ISchemaOwnedObjectVisitor<T>) | (继承自 ISchemaOwnedObject) |
扩展方法
| 名称 | 说明 |
|---|---|
| TypeInfo(IMetadataObject) | |