Classe MeasureGroupAttributeCollection
Contains a collection of MeasureGroupAttribute objects. This class cannot be inherited.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.AnalysisServices. . :: . .ModelComponentCollection
Microsoft.AnalysisServices..::..MeasureGroupAttributeCollection
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<GuidAttribute("C1AC4669-8692-4318-A4E8-DF97F160240C")> _
Public NotInheritable Class MeasureGroupAttributeCollection _
Inherits ModelComponentCollection
'Utilisation
Dim instance As MeasureGroupAttributeCollection
[GuidAttribute("C1AC4669-8692-4318-A4E8-DF97F160240C")]
public sealed class MeasureGroupAttributeCollection : ModelComponentCollection
[GuidAttribute(L"C1AC4669-8692-4318-A4E8-DF97F160240C")]
public ref class MeasureGroupAttributeCollection sealed : public ModelComponentCollection
[<SealedAttribute>]
[<GuidAttribute("C1AC4669-8692-4318-A4E8-DF97F160240C")>]
type MeasureGroupAttributeCollection =
class
inherit ModelComponentCollection
end
public final class MeasureGroupAttributeCollection extends ModelComponentCollection
Le type MeasureGroupAttributeCollection expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Count | Gets the number of ModelComponent objects in the ModelComponentCollection. (hérité de ModelComponentCollection.) | |
DemandLoadingService | Infrastructure. (hérité de ModelComponentCollection.) | |
IsFixedSize | Gets a value indicating whether the ModelComponentCollection has a fixed size. (hérité de ModelComponentCollection.) | |
IsReadOnly | Gets a value indicating whether the ModelComponentCollection is read-only. (hérité de ModelComponentCollection.) | |
IsSynchronized | Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe). (hérité de ModelComponentCollection.) | |
Item[ ( [ ( Int32] ) ] ) | Gets the MeasureGroupAttribute at the specified index from the collection. | |
Item[ ( [ ( String] ) ] ) | Gets the MeasureGroupAttribute that has the specified identifier from the collection. | |
ItemsType | Gets the Type of objects that can be contained by the ModelComponentCollection. (hérité de ModelComponentCollection.) | |
Parent | Gets the IModelComponent that contains the ModelComponentCollection. (hérité de ModelComponentCollection.) | |
Preloadable | Infrastructure. (hérité de ModelComponentCollection.) | |
SyncRoot | Gets an object that can be used to synchronize access to the ModelComponentCollection. (hérité de ModelComponentCollection.) |
Haut de la page
Méthodes
Haut de la page
Événements
Nom | Description | |
---|---|---|
CollectionChanged | Infrastructure. (hérité de ModelComponentCollection.) | |
CollectionChanging | Infrastructure. (hérité de ModelComponentCollection.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
IList. . :: . .Add | (hérité de ModelComponentCollection.) | |
IList. . :: . .Clear | (hérité de ModelComponentCollection.) | |
IList. . :: . .Contains | (hérité de ModelComponentCollection.) | |
IList. . :: . .IndexOf | (hérité de ModelComponentCollection.) | |
IList. . :: . .Insert | (hérité de ModelComponentCollection.) | |
IList. . :: . .Item | (hérité de ModelComponentCollection.) | |
IList. . :: . .Remove | (hérité de ModelComponentCollection.) | |
IList. . :: . .RemoveAt | (hérité de ModelComponentCollection.) | |
IModelComponentCollection. . :: . .Contains | (hérité de ModelComponentCollection.) | |
IModelComponentCollection. . :: . .Remove(IModelComponent) | (hérité de ModelComponentCollection.) | |
IModelComponentCollection. . :: . .Remove(IModelComponent, Boolean) | (hérité de ModelComponentCollection.) | |
IOnDemandLoadableCollection. . :: . .BlockOnDemandLoad | (hérité de ModelComponentCollection.) | |
IOnDemandLoadableCollection. . :: . .Loaded | (hérité de ModelComponentCollection.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.