IScalarValuedFunction 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public interface IScalarValuedFunction : Microsoft.SqlServer.Management.SqlParser.Metadata.ICallableModule, Microsoft.SqlServer.Management.SqlParser.Metadata.IScalarFunction, Microsoft.SqlServer.Management.SqlParser.Metadata.IUserDefinedFunction
type IScalarValuedFunction = interface
interface IUserDefinedFunction
interface IFunction
interface IMetadataObject
interface IFunctionModuleBase
interface IUserDefinedFunctionModuleBase
interface ISchemaOwnedObject
interface IDatabaseObject
interface ICallableModule
interface IScalarFunction
interface IScalar
Public Interface IScalarValuedFunction
Implements ICallableModule, IScalarFunction, IUserDefinedFunction
- 派生
- 实现
属性
| 名称 | 说明 |
|---|---|
| BodyText | (继承自 IUserDefinedFunction) |
| DataType | (继承自 IScalar) |
| ExecutionContext | (继承自 IUserDefinedFunctionModuleBase) |
| IsAggregateFunction | (继承自 IScalarFunction) |
| IsEncrypted | (继承自 IUserDefinedFunctionModuleBase) |
| IsQuotedIdentifierOn | (继承自 IUserDefinedFunction) |
| IsSchemaBound | (继承自 IUserDefinedFunction) |
| IsSqlClr | (继承自 IUserDefinedFunction) |
| IsSystemObject | (继承自 IDatabaseObject) |
| ModuleType | (继承自 ICallableModule) |
| Name | (继承自 IMetadataObject) |
| Nullable | (继承自 IScalar) |
| Parameters | (继承自 IFunctionModuleBase) |
| Parent | (继承自 IDatabaseObject) |
| ReturnsNullOnNullInput | |
| ReturnType | (继承自 ICallableModule) |
| ScalarType | (继承自 IScalar) |
| Schema | (继承自 ISchemaOwnedObject) |
方法
| 名称 | 说明 |
|---|---|
| Accept<T>(IDatabaseObjectVisitor<T>) | (继承自 IDatabaseObject) |
| Accept<T>(IMetadataObjectVisitor<T>) | (继承自 IMetadataObject) |
| Accept<T>(ISchemaOwnedObjectVisitor<T>) | (继承自 ISchemaOwnedObject) |
扩展方法
| 名称 | 说明 |
|---|---|
| TypeInfo(IMetadataObject) | |