IUdtMethod 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public interface IUdtMethod : Microsoft.SqlServer.Management.SqlParser.Metadata.IScalarFunction, Microsoft.SqlServer.Management.SqlParser.Metadata.IUdtMember
type IUdtMethod = interface
interface IUdtMember
interface IScalar
interface IMetadataObject
interface IScalarFunction
interface IFunction
interface IFunctionModuleBase
Public Interface IUdtMethod
Implements IScalarFunction, IUdtMember
- 实现
属性
| 名称 | 说明 |
|---|---|
| DataType | (继承自 IScalar) |
| IsAggregateFunction | (继承自 IScalarFunction) |
| IsStatic | (继承自 IUdtMember) |
| Name | (继承自 IMetadataObject) |
| Nullable | (继承自 IScalar) |
| Parameters | (继承自 IFunctionModuleBase) |
| ScalarType | (继承自 IScalar) |
| UserDefinedType | (继承自 IUdtMember) |
方法
| 名称 | 说明 |
|---|---|
| Accept<T>(IMetadataObjectVisitor<T>) | (继承自 IMetadataObject) |
扩展方法
| 名称 | 说明 |
|---|---|
| TypeInfo(IMetadataObject) | |