IMutableUserDefinedFunction Interface

Definition

public interface IMutableUserDefinedFunction : Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableFunction, Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableUserDefinedFunctionModuleBase, Microsoft.SqlServer.Management.SqlParser.Metadata.IUserDefinedFunction
type IMutableUserDefinedFunction = interface
    interface IUserDefinedFunction
    interface IFunction
    interface IMetadataObject
    interface IFunctionModuleBase
    interface IUserDefinedFunctionModuleBase
    interface ISchemaOwnedObject
    interface IDatabaseObject
    interface IMutableFunction
    interface IMutableFunctionModuleBase
    interface IMutableMetadataObject
    interface IMutableUserDefinedFunctionModuleBase
    interface IMutableSchemaOwnedObject
    interface IMutableDatabaseObject
Public Interface IMutableUserDefinedFunction
Implements IMutableFunction, IMutableUserDefinedFunctionModuleBase, IUserDefinedFunction
Derived
Implements

Properties

BodyText
ExecutionContext (Inherited from IUserDefinedFunctionModuleBase)
IsEncrypted (Inherited from IUserDefinedFunctionModuleBase)
IsQuotedIdentifierOn
IsSchemaBound
IsSqlClr
IsSystemObject (Inherited from IMutableDatabaseObject)
Name (Inherited from IMetadataObject)
Parameters (Inherited from IMutableFunctionModuleBase)
Parent (Inherited from IDatabaseObject)
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