다음을 통해 공유


AdomdRestrictionCollection Members

Gets a collection of AdomdRestriction objects.

The following tables list the members exposed by the AdomdRestrictionCollection type.

Public Constructors

  이름 Description
AdomdRestrictionCollection Initializes a new instance of the AdomdRestrictionCollection class.

위쪽

Public Properties

  이름 Description
ms142208.pubproperty(ko-kr,SQL.90).gif Count Gets the number of AdomdRestriction objects in the collection.
ms142208.pubproperty(ko-kr,SQL.90).gif IsFixedSize Gets a value indicating whether the AdomdRestrictionCollection has a fixed size.
ms142208.pubproperty(ko-kr,SQL.90).gif IsReadOnly Gets a value indicating whether the AdomdRestrictionCollection is read-only.
ms142208.pubproperty(ko-kr,SQL.90).gif IsSynchronized Gets a value indicating whether access to the collection is synchronized (thread safe).
ms142208.pubproperty(ko-kr,SQL.90).gif 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.
ms142208.pubproperty(ko-kr,SQL.90).gif SyncRoot Gets an object that can be used to synchronize access to the collection.

위쪽

Public Methods

(see also Protected Methods )

  이름 Description
ms142208.pubmethod(ko-kr,SQL.90).gif Add Overloaded. Adds an AdomdRestriction to the collection.
ms142208.pubmethod(ko-kr,SQL.90).gif Clear Removes all restrictions from the AdomdRestrictionCollection.
ms142208.pubmethod(ko-kr,SQL.90).gif Contains Determines whether a AdomdRestriction is in the AdomdRestrictionCollection.
ms142208.pubmethod(ko-kr,SQL.90).gif CopyTo Copies the elements of the AdomdRestrictionCollection collection to the specified array.
ms142208.pubmethod(ko-kr,SQL.90).gif CreateObjRef  (inherited from MarshalByRefObject )
ms142208.pubmethod(ko-kr,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms142208.pubmethod(ko-kr,SQL.90).gif Find Overloaded. Gets the specified AdomdRestriction.
ms142208.pubmethod(ko-kr,SQL.90).gif GetEnumerator Gets an instance of the AdomdRestrictionCollection.Enumerator class for iterating through the collection.
ms142208.pubmethod(ko-kr,SQL.90).gif GetHashCode  (inherited from Object )
ms142208.pubmethod(ko-kr,SQL.90).gif GetLifetimeService  (inherited from MarshalByRefObject )
ms142208.pubmethod(ko-kr,SQL.90).gif GetType  (inherited from Object )
ms142208.pubmethod(ko-kr,SQL.90).gif IndexOf Returns the zero-based index of the first occurrence of a restriction in the AdomdRestrictionCollection collection.
ms142208.pubmethod(ko-kr,SQL.90).gif InitializeLifetimeService  (inherited from MarshalByRefObject )
ms142208.pubmethod(ko-kr,SQL.90).gif Insert Inserts a restriction into the AdomdRestrictionCollection collection at the specified index.
ms142208.pubmethod(ko-kr,SQL.90).gifms142208.static(ko-kr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms142208.pubmethod(ko-kr,SQL.90).gif Remove Removes the first occurrence of a specific restriction from the AdomdRestrictionCollection collection.
ms142208.pubmethod(ko-kr,SQL.90).gif RemoveAt Removes the restriction at the specified index of the AdomdRestrictionCollection collection.
ms142208.pubmethod(ko-kr,SQL.90).gif ToString  (inherited from Object )

위쪽

Protected Methods

  이름 Description
ms142208.protmethod(ko-kr,SQL.90).gif Finalize  (inherited from Object )
ms142208.protmethod(ko-kr,SQL.90).gif MemberwiseClone  Overloaded. (inherited from MarshalByRefObject )

위쪽

Explicit Interface Implementations

  이름 Description
System.Collections.ICollection.CopyTo  
System.Collections.IEnumerable.GetEnumerator  
System.Collections.IList.Add  
System.Collections.IList.Contains  
System.Collections.IList.IndexOf  
System.Collections.IList.Insert  
System.Collections.IList.Remove  
System.Collections.IList.Item  

위쪽

참고 항목

참조

AdomdRestrictionCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace