Compartir a través de


UserDefinedAggregateCollection Clase

The UserDefinedAggregateCollection class represents a collection of UserDefinedAggregate objects that represent all the database user-defined aggregates that are defined on a database.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public NotInheritable Class UserDefinedAggregateCollection _
    Inherits SchemaCollectionBase
'Uso
Dim instance As UserDefinedAggregateCollection
public sealed class UserDefinedAggregateCollection : SchemaCollectionBase
public ref class UserDefinedAggregateCollection sealed : public SchemaCollectionBase
[<SealedAttribute>]
type UserDefinedAggregateCollection =  
    class
        inherit SchemaCollectionBase
    end
public final class UserDefinedAggregateCollection extends SchemaCollectionBase

Notas

A UserDefinedAggregateCollection object can be used to gain access to a set of database user-defined aggregates. You can use the Item property to return a specific UserDefinedAggregate object.

Thread Safety

Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Ejemplos

Usar colecciones

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.