AggregationAttributeCollection Clase

Contains a collection of AggregationAttribute objects. This class cannot be inherited.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<GuidAttribute("83FF277E-137B-4667-B6DA-86AFD2E923CE")> _
Public NotInheritable Class AggregationAttributeCollection _
    Inherits ModelComponentCollection
'Uso
Dim instance As AggregationAttributeCollection
[GuidAttribute("83FF277E-137B-4667-B6DA-86AFD2E923CE")]
public sealed class AggregationAttributeCollection : ModelComponentCollection
[GuidAttribute(L"83FF277E-137B-4667-B6DA-86AFD2E923CE")]
public ref class AggregationAttributeCollection sealed : public ModelComponentCollection
[<SealedAttribute>]
[<GuidAttribute("83FF277E-137B-4667-B6DA-86AFD2E923CE")>]
type AggregationAttributeCollection =  
    class
        inherit ModelComponentCollection
    end
public final class AggregationAttributeCollection extends ModelComponentCollection

Jerarquía de herencia

System. . :: . .Object
  Microsoft.AnalysisServices. . :: . .ModelComponentCollection
    Microsoft.AnalysisServices..::..AggregationAttributeCollection

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.