IBuiltInFunction Interfaz

Definición

public interface IBuiltInFunction : Microsoft.SqlServer.Management.SqlParser.Metadata.IScalarFunction
type IBuiltInFunction = interface
    interface IScalarFunction
    interface IFunction
    interface IMetadataObject
    interface IFunctionModuleBase
    interface IScalar
Public Interface IBuiltInFunction
Implements IScalarFunction
Implementaciones

Propiedades

Nombre Description
DataType (Heredado de IScalar)
IsAggregateFunction (Heredado de IScalarFunction)
IsDatePartFunction
IsGlobalVariable
IsVarArg
MaxNumberOfArgs
MinNumberOfArgs
Name (Heredado de IMetadataObject)
Nullable (Heredado de IScalar)
Parameters (Heredado de IFunctionModuleBase)
ScalarType (Heredado de IScalar)

Métodos

Nombre Description
Accept<T>(IMetadataObjectVisitor<T>) (Heredado de IMetadataObject)

Métodos de extensión

Nombre Description
TypeInfo(IMetadataObject)

Se aplica a