IUserDefinedAggregate Interface

Definition

public interface IUserDefinedAggregate : Microsoft.SqlServer.Management.SqlParser.Metadata.IScalarFunction, Microsoft.SqlServer.Management.SqlParser.Metadata.ISchemaOwnedObject
type IUserDefinedAggregate = interface
    interface IScalarFunction
    interface IFunction
    interface IMetadataObject
    interface IFunctionModuleBase
    interface IScalar
    interface ISchemaOwnedObject
    interface IDatabaseObject
Public Interface IUserDefinedAggregate
Implements IScalarFunction, ISchemaOwnedObject
Derived
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)

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