IMutableScalarValuedFunction 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 IMutableScalarValuedFunction : Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableCallableModule, Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableScalarFunction, Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableUserDefinedFunction, Microsoft.SqlServer.Management.SqlParser.Metadata.IScalarValuedFunction
type IMutableScalarValuedFunction = interface
interface IScalarValuedFunction
interface IUserDefinedFunction
interface IFunction
interface IMetadataObject
interface IFunctionModuleBase
interface IUserDefinedFunctionModuleBase
interface ISchemaOwnedObject
interface IDatabaseObject
interface ICallableModule
interface IScalarFunction
interface IScalar
interface IMutableUserDefinedFunction
interface IMutableFunction
interface IMutableFunctionModuleBase
interface IMutableMetadataObject
interface IMutableUserDefinedFunctionModuleBase
interface IMutableSchemaOwnedObject
interface IMutableDatabaseObject
interface IMutableCallableModule
interface IMutableScalarFunction
interface IMutableScalar
Public Interface IMutableScalarValuedFunction
Implements IMutableCallableModule, IMutableScalarFunction, IMutableUserDefinedFunction, IScalarValuedFunction
- Implements
-
ICallableModule IDatabaseObject IFunction IFunctionModuleBase IMetadataObject IMutableCallableModule IMutableDatabaseObject IMutableFunction IMutableFunctionModuleBase IMutableMetadataObject IMutableScalar IMutableScalarFunction IMutableSchemaOwnedObject IMutableUserDefinedFunction IMutableUserDefinedFunctionModuleBase IScalar IScalarFunction IScalarValuedFunction ISchemaOwnedObject IUserDefinedFunction IUserDefinedFunctionModuleBase
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 IMutableDatabaseObject) |
ModuleType | (Inherited from ICallableModule) |
Name | (Inherited from IMetadataObject) |
Nullable | (Inherited from IScalar) |
Parameters | (Inherited from IMutableFunctionModuleBase) |
Parent | (Inherited from IDatabaseObject) |
ReturnsNullOnNullInput | |
ReturnType | (Inherited from IMutableCallableModule) |
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) |