AdomdRestrictionCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection
public sealed class AdomdRestrictionCollection : MarshalByRefObject, System.Collections.IList
type AdomdRestrictionCollection = class
inherit MarshalByRefObject
interface IList
interface ICollection
interface IEnumerable
Public NotInheritable Class AdomdRestrictionCollection
Inherits MarshalByRefObject
Implements IList
- Héritage
-
AdomdRestrictionCollection
- Implémente
Constructeurs
AdomdRestrictionCollection() |
Initialise une nouvelle instance de la classe AdomdRestrictionCollection. |
Propriétés
Count |
Count |
IsFixedSize |
IsFixedSize |
IsReadOnly |
IsReadOnly |
IsSynchronized |
IsSynchronized |
Item[Int32] |
Élément |
SyncRoot |
SyncRoot |
Méthodes
Add(AdomdRestriction) |
Ajouter |
Add(String, Object) |
Add 1 |
Add(String, String, Object) |
Add 1 |
Clear() |
Effacer |
Contains(AdomdRestriction) |
Contient |
CopyTo(AdomdRestriction[], Int32) |
CopyTo |
Find(String, String) |
Rechercher |
Find(String) |
Rechercher |
GetEnumerator() |
GetEnumerator |
IndexOf(AdomdRestriction) |
IndexOf |
Insert(Int32, AdomdRestriction) |
Insérer |
Remove(AdomdRestriction) |
Supprimer |
RemoveAt(Int32) |
RemoveAt |
Implémentations d’interfaces explicites
ICollection.CopyTo(Array, Int32) |
Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection |
IEnumerable.GetEnumerator() |
Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection |
IList.Add(Object) |
Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection |
IList.Contains(Object) |
Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection |
IList.IndexOf(Object) |
Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection |
IList.Insert(Int32, Object) |
Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection |
IList.Item[Int32] |
Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection |
IList.Remove(Object) |
Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection |