IResolvedScalarValuedFunctionSynonym Interface

Definition

public interface IResolvedScalarValuedFunctionSynonym : Microsoft.SqlServer.Management.SqlParser.Metadata.IResolvedSynonym, Microsoft.SqlServer.Management.SqlParser.Metadata.IScalarValuedFunction
type IResolvedScalarValuedFunctionSynonym = interface
    interface IResolvedSynonym
    interface ISchemaOwnedObject
    interface IDatabaseObject
    interface IMetadataObject
    interface IScalarValuedFunction
    interface IUserDefinedFunction
    interface IFunction
    interface IFunctionModuleBase
    interface IUserDefinedFunctionModuleBase
    interface ICallableModule
    interface IScalarFunction
    interface IScalar
Public Interface IResolvedScalarValuedFunctionSynonym
Implements IResolvedSynonym, 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 IDatabaseObject)
ModuleType (Inherited from ICallableModule)
Name (Inherited from IMetadataObject)
Nullable (Inherited from IScalar)
Parameters (Inherited from IFunctionModuleBase)
Parent (Inherited from IDatabaseObject)
ReturnsNullOnNullInput (Inherited from IScalarValuedFunction)
ReturnType (Inherited from ICallableModule)
ScalarType (Inherited from IScalar)
Schema (Inherited from ISchemaOwnedObject)
Synonym (Inherited from IResolvedSynonym)
TargetObject

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