IResolvedUserDefinedAggregateSynonym Interface

Definition

public interface IResolvedUserDefinedAggregateSynonym : Microsoft.SqlServer.Management.SqlParser.Metadata.IResolvedSynonym, Microsoft.SqlServer.Management.SqlParser.Metadata.IUserDefinedAggregate
type IResolvedUserDefinedAggregateSynonym = interface
    interface IResolvedSynonym
    interface ISchemaOwnedObject
    interface IDatabaseObject
    interface IMetadataObject
    interface IUserDefinedAggregate
    interface IScalarFunction
    interface IFunction
    interface IFunctionModuleBase
    interface IScalar
Public Interface IResolvedUserDefinedAggregateSynonym
Implements IResolvedSynonym, IUserDefinedAggregate
Implements

Properties

DataType (Inherited from IScalar)
IsAggregateFunction (Inherited from IScalarFunction)
IsSystemObject (Inherited from IDatabaseObject)
Name (Inherited from IMetadataObject)
Nullable (Inherited from IScalar)
Parameters (Inherited from IFunctionModuleBase)
Parent (Inherited from IDatabaseObject)
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