Condividi tramite


Classe AdomdRestrictionCollection

Gets a collection of AdomdRestriction objects.

Gerarchia di ereditarietà

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    Microsoft.AnalysisServices.AdomdClient..::..AdomdRestrictionCollection

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class AdomdRestrictionCollection _
    Inherits MarshalByRefObject _
    Implements IList, ICollection, IEnumerable
'Utilizzo
Dim instance As AdomdRestrictionCollection
public sealed class AdomdRestrictionCollection : MarshalByRefObject, 
    IList, ICollection, IEnumerable
public ref class AdomdRestrictionCollection sealed : public MarshalByRefObject, 
    IList, ICollection, IEnumerable
[<SealedAttribute>]
type AdomdRestrictionCollection =  
    class
        inherit MarshalByRefObject
        interface IList
        interface ICollection
        interface IEnumerable
    end
public final class AdomdRestrictionCollection extends MarshalByRefObject implements IList, ICollection, IEnumerable

Nel tipo AdomdRestrictionCollection sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico AdomdRestrictionCollection Initializes a new instance of the AdomdRestrictionCollection class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of AdomdRestriction objects in the collection.
Proprietà pubblica IsFixedSize Gets a value indicating whether the AdomdRestrictionCollection has a fixed size.
Proprietà pubblica IsReadOnly Gets a value indicating whether the AdomdRestrictionCollection is read-only.
Proprietà pubblica IsSynchronized Gets a value indicating whether access to the collection is synchronized (thread safe).
Proprietà pubblica Item Gets or sets the specified AdomdRestriction from the collection by its index. In Microsoft Visual C#, this property is the indexer for the AdomdRestrictionCollection class.
Proprietà pubblica SyncRoot Gets an object that can be used to synchronize access to the collection.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add(AdomdRestriction) Adds an AdomdRestriction to the collection.
Metodo pubblico Add(String, Object) Creates a new AdomdRestriction with the specified property name and value.
Metodo pubblico Add(String, String, Object) Creates a new AdomdRestriction with the specified property name, namespace, and value.
Metodo pubblico Clear Removes all restrictions from the AdomdRestrictionCollection.
Metodo pubblico Contains Determines whether a AdomdRestriction is in the AdomdRestrictionCollection.
Metodo pubblico CopyTo Copies the elements of the AdomdRestrictionCollection collection to the specified array.
Metodo pubblico CreateObjRef Ereditato da MarshalByRefObject.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico Find(String) Gets the specified AdomdRestriction from the collection by its name.
Metodo pubblico Find(String, String) Gets the specified AdomdRestriction from the collection by its name and namespace.
Metodo pubblico GetEnumerator Gets an instance of the AdomdRestrictionCollection..::..Enumerator class for iterating through the collection.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetLifetimeService Ereditato da MarshalByRefObject.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico IndexOf Returns the zero-based index of the first occurrence of a restriction in the AdomdRestrictionCollection collection.
Metodo pubblico InitializeLifetimeService Ereditato da MarshalByRefObject.
Metodo pubblico Insert Inserts a restriction into the AdomdRestrictionCollection collection at the specified index.
Metodo protetto MemberwiseClone() () () () Ereditato da Object.
Metodo protetto MemberwiseClone(Boolean) Ereditato da MarshalByRefObject.
Metodo pubblico Remove Removes the first occurrence of a specific restriction from the AdomdRestrictionCollection collection.
Metodo pubblico RemoveAt Removes the restriction at the specified index of the AdomdRestrictionCollection collection.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.