IScalarFunction Interface

Definition

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

Properties

Name Description
DataType (Inherited from IScalar)
IsAggregateFunction
Name (Inherited from IMetadataObject)
Nullable (Inherited from IScalar)
Parameters (Inherited from IFunctionModuleBase)
ScalarType (Inherited from IScalar)

Methods

Name Description
Accept<T>(IMetadataObjectVisitor<T>) (Inherited from IMetadataObject)

Extension Methods

Name Description
TypeInfo(IMetadataObject)

Applies to