IMutableScalarValuedFunction Interface

Definition

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

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)

Applies to