Compartir a través de


Interfaz ITableValuedFunction

Represents a SQL Server table-valued function.

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
Public Interface ITableValuedFunction _
    Inherits IDatabaseTable, ITabular, IUserDefinedFunction, IFunction,  _
    IFunctionModuleBase, IUserDefinedFunctionModuleBase, ISchemaOwnedObject, IDatabaseObject, IMetadataObject
'Uso
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

El tipo ITableValuedFunction expone los siguientes miembros.

Propiedades

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

Arriba