IBuiltInFunction 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
- 实现
属性
| 名称 | 说明 |
|---|---|
| DataType | (继承自 IScalar) |
| IsAggregateFunction | (继承自 IScalarFunction) |
| IsDatePartFunction | |
| IsGlobalVariable | |
| IsVarArg | |
| MaxNumberOfArgs | |
| MinNumberOfArgs | |
| Name | (继承自 IMetadataObject) |
| Nullable | (继承自 IScalar) |
| Parameters | (继承自 IFunctionModuleBase) |
| ScalarType | (继承自 IScalar) |
方法
| 名称 | 说明 |
|---|---|
| Accept<T>(IMetadataObjectVisitor<T>) | (继承自 IMetadataObject) |
扩展方法
| 名称 | 说明 |
|---|---|
| TypeInfo(IMetadataObject) | |