Freigeben über


ITableValuedFunction-Schnittstelle

Represents a SQL Server table-valued function.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Interface ITableValuedFunction _
    Inherits IDatabaseTable, ITabular, IUserDefinedFunction, IFunction,  _
    IFunctionModuleBase, IUserDefinedFunctionModuleBase, ISchemaOwnedObject, IDatabaseObject, IMetadataObject
'Usage
Dim instance As ITableValuedFunction
public interface ITableValuedFunction : IDatabaseTable, 
    ITabular, IUserDefinedFunction, IFunction, IFunctionModuleBase, IUserDefinedFunctionModuleBase, 
    ISchemaOwnedObject, IDatabaseObject, IMetadataObject
public interface class ITableValuedFunction : IDatabaseTable, 
    ITabular, IUserDefinedFunction, IFunction, IFunctionModuleBase, IUserDefinedFunctionModuleBase, 
    ISchemaOwnedObject, IDatabaseObject, IMetadataObject
type ITableValuedFunction =  
    interface
        interface IDatabaseTable
        interface ITabular
        interface IUserDefinedFunction
        interface IFunction
        interface IFunctionModuleBase
        interface IUserDefinedFunctionModuleBase
        interface ISchemaOwnedObject
        interface IDatabaseObject
        interface IMetadataObject
    end
public interface ITableValuedFunction extends IDatabaseTable, ITabular, IUserDefinedFunction, IFunction, IFunctionModuleBase, IUserDefinedFunctionModuleBase, ISchemaOwnedObject, IDatabaseObject, IMetadataObject

Der ITableValuedFunction-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft BodyText Gets the Transact-SQL string that defines the module. (Geerbt von IUserDefinedFunction.)
Öffentliche Eigenschaft CollationInfo Gets the CollationInfo object that is used by the object collections. (Geerbt von IDatabaseTable.)
Öffentliche Eigenschaft Columns Gets the collection of columns that belong to this object. (Geerbt von ITabular.)
Öffentliche Eigenschaft Constraints Gets a collection of table constraints. (Geerbt von IDatabaseTable.)
Öffentliche Eigenschaft ExecutionContext Gets the IExecutionContext object that specifies the module execution context. (Geerbt von IUserDefinedFunctionModuleBase.)
Öffentliche Eigenschaft Indexes Gets a collection of table indexes. (Geerbt von IDatabaseTable.)
Öffentliche Eigenschaft IsEncrypted Gets a value that indicates whether the module is encrypted. (Geerbt von IUserDefinedFunctionModuleBase.)
Öffentliche Eigenschaft IsInline Gets a value that indicates whether the table-valued function is an inline function.
Öffentliche Eigenschaft IsQuotedIdentifierOn Gets a Boolean value that indicates whether the unique identifier option is on. (Geerbt von IUserDefinedFunction.)
Öffentliche Eigenschaft IsSchemaBound Gets a value that indicates whether the user-defined function is bound to a schema. (Geerbt von IUserDefinedFunction.)
Öffentliche Eigenschaft IsSqlClr Gets a value that indicates whether this is a CLR module. (Geerbt von IUserDefinedFunction.)
Öffentliche Eigenschaft IsSystemObject Gets a value that indicates whether this is a system object. (Geerbt von IDatabaseObject.)
Öffentliche Eigenschaft Name Gets the name of the metadata object. (Geerbt von IMetadataObject.)
Öffentliche Eigenschaft Parameters Gets a collection that contains the parameters that the function or module accepts. (Geerbt von IFunctionModuleBase.)
Öffentliche Eigenschaft Parent Gets the IDatabaseObject object that is the parent of this object. (Geerbt von IDatabaseObject.)
Öffentliche Eigenschaft Schema Gets the ISchema object that owns this object. (Geerbt von ISchemaOwnedObject.)
Öffentliche Eigenschaft TableVariableName Gets the variable name of the return table
Öffentliche Eigenschaft TabularType Gets the tabular type. (Geerbt von ITabular.)
Öffentliche Eigenschaft Unaliased Gets the ITabular object that this object is an alias for. (Geerbt von ITabular.)

Zum Anfang