IScalarValuedFunction Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Derived
- Implements
Properties
BodyText | (Inherited from IUserDefinedFunction) |
DataType | (Inherited from IScalar) |
ExecutionContext | (Inherited from IUserDefinedFunctionModuleBase) |
IsAggregateFunction | (Inherited from IScalarFunction) |
IsEncrypted | (Inherited from IUserDefinedFunctionModuleBase) |
IsQuotedIdentifierOn | (Inherited from IUserDefinedFunction) |
IsSchemaBound | (Inherited from IUserDefinedFunction) |
IsSqlClr | (Inherited from IUserDefinedFunction) |
IsSystemObject | (Inherited from IDatabaseObject) |
ModuleType | (Inherited from ICallableModule) |
Name | (Inherited from IMetadataObject) |
Nullable | (Inherited from IScalar) |
Parameters | (Inherited from IFunctionModuleBase) |
Parent | (Inherited from IDatabaseObject) |
ReturnsNullOnNullInput | |
ReturnType | (Inherited from ICallableModule) |
ScalarType | (Inherited from IScalar) |
Schema | (Inherited from ISchemaOwnedObject) |
Methods
Accept<T>(IDatabaseObjectVisitor<T>) | (Inherited from IDatabaseObject) |
Accept<T>(IMetadataObjectVisitor<T>) | (Inherited from IMetadataObject) |
Accept<T>(ISchemaOwnedObjectVisitor<T>) | (Inherited from ISchemaOwnedObject) |
Extension Methods
TypeInfo(IMetadataObject) |