Condividi tramite


Interfaccia IUserDefinedAggregate

Represents a SQL Server user-defined aggregate.

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
Public Interface IUserDefinedAggregate _
    Inherits IScalarFunction, IFunction, IFunctionModuleBase, IScalar,  _
    ISchemaOwnedObject, IDatabaseObject, IMetadataObject
'Utilizzo
Dim instance As IUserDefinedAggregate
public interface IUserDefinedAggregate : IScalarFunction, 
    IFunction, IFunctionModuleBase, IScalar, ISchemaOwnedObject, IDatabaseObject, 
    IMetadataObject
public interface class IUserDefinedAggregate : IScalarFunction, 
    IFunction, IFunctionModuleBase, IScalar, ISchemaOwnedObject, IDatabaseObject, 
    IMetadataObject
type IUserDefinedAggregate =  
    interface
        interface IScalarFunction
        interface IFunction
        interface IFunctionModuleBase
        interface IScalar
        interface ISchemaOwnedObject
        interface IDatabaseObject
        interface IMetadataObject
    end
public interface IUserDefinedAggregate extends IScalarFunction, IFunction, IFunctionModuleBase, IScalar, ISchemaOwnedObject, IDatabaseObject, IMetadataObject

Nel tipo IUserDefinedAggregate sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica DataType Gets the scalar data type. Ereditato da IScalar.
Proprietà pubblica IsAggregateFunction Gets a value that indicates whether this is an aggregate function. Ereditato da IScalarFunction.
Proprietà pubblica IsSystemObject Gets a value that indicates whether this is a system object. Ereditato da IDatabaseObject.
Proprietà pubblica Name Gets the name of the metadata object. Ereditato da IMetadataObject.
Proprietà pubblica Nullable Gets a Boolean value that indicates whether the scalar object is nullable. Ereditato da IScalar.
Proprietà pubblica Parameters Gets a collection that contains the parameters that the function or module accepts. Ereditato da IFunctionModuleBase.
Proprietà pubblica Parent Gets the IDatabaseObject object that is the parent of this object. Ereditato da IDatabaseObject.
Proprietà pubblica ScalarType Gets the scalar type. Ereditato da IScalar.
Proprietà pubblica Schema Gets the ISchema object that owns this object. Ereditato da ISchemaOwnedObject.

In alto