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
- 衍生
- 實作
屬性
| 名稱 | Description |
|---|---|
| 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) |
方法
| 名稱 | Description |
|---|---|
| Accept<T>(IDatabaseObjectVisitor<T>) | (繼承來源 IDatabaseObject) |
| Accept<T>(IMetadataObjectVisitor<T>) | (繼承來源 IMetadataObject) |
| Accept<T>(ISchemaOwnedObjectVisitor<T>) | (繼承來源 ISchemaOwnedObject) |
擴充方法
| 名稱 | Description |
|---|---|
| TypeInfo(IMetadataObject) | |