IBuiltInFunction Interface
Definition
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
- Implements
Properties
DataType | (Inherited from IScalar) |
IsAggregateFunction | (Inherited from IScalarFunction) |
IsDatePartFunction | |
IsGlobalVariable | |
IsVarArg | |
MaxNumberOfArgs | |
MinNumberOfArgs | |
Name | (Inherited from IMetadataObject) |
Nullable | (Inherited from IScalar) |
Parameters | (Inherited from IFunctionModuleBase) |
ScalarType | (Inherited from IScalar) |
Methods
Accept<T>(IMetadataObjectVisitor<T>) | (Inherited from IMetadataObject) |
Extension Methods
TypeInfo(IMetadataObject) |