IUserDefinedFunction Interface

Definition

public interface IUserDefinedFunction : Microsoft.SqlServer.Management.SqlParser.Metadata.IFunction, Microsoft.SqlServer.Management.SqlParser.Metadata.IUserDefinedFunctionModuleBase
type IUserDefinedFunction = interface
    interface IFunction
    interface IMetadataObject
    interface IFunctionModuleBase
    interface IUserDefinedFunctionModuleBase
    interface ISchemaOwnedObject
    interface IDatabaseObject
Public Interface IUserDefinedFunction
Implements IFunction, IUserDefinedFunctionModuleBase
Derived
Implements

Properties

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