Compartir a través de


Interfaz IScalarFunction

Represents a SQL Server scalar 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 IScalarFunction _
    Inherits IFunction, IFunctionModuleBase, IScalar, IMetadataObject
'Uso
Dim instance As IScalarFunction
public interface IScalarFunction : IFunction, 
    IFunctionModuleBase, IScalar, IMetadataObject
public interface class IScalarFunction : IFunction, 
    IFunctionModuleBase, IScalar, IMetadataObject
type IScalarFunction =  
    interface
        interface IFunction
        interface IFunctionModuleBase
        interface IScalar
        interface IMetadataObject
    end
public interface IScalarFunction extends IFunction, IFunctionModuleBase, IScalar, IMetadataObject

El tipo IScalarFunction expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública DataType Gets the scalar data type. (Se hereda de IScalar.)
Propiedad pública IsAggregateFunction Gets a value that indicates whether this is an aggregate function.
Propiedad pública Name Gets the name of the metadata object. (Se hereda de IMetadataObject.)
Propiedad pública Nullable Gets a Boolean value that indicates whether the scalar object is nullable. (Se hereda de IScalar.)
Propiedad pública Parameters Gets a collection that contains the parameters that the function or module accepts. (Se hereda de IFunctionModuleBase.)
Propiedad pública ScalarType Gets the scalar type. (Se hereda de IScalar.)

Arriba

Métodos

  Nombre Descripción
Método público Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de IMetadataObject.)

Arriba