다음을 통해 공유


AdomdPropertyCollection Members

This class gets a collection of AdomdProperty objects contained in an AdomdCommand.

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

Public Properties

  이름 Description
ms142124.pubproperty(ko-kr,SQL.90).gif Count Gets the number of AdomdProperty objects in the AdomdPropertyCollection.
ms142124.pubproperty(ko-kr,SQL.90).gif IsFixedSize Gets a value indicating whether the AdomdPropertyCollection has a fixed size.
ms142124.pubproperty(ko-kr,SQL.90).gif IsReadOnly Gets a value indicating whether the AdomdPropertyCollection is read-only.
ms142124.pubproperty(ko-kr,SQL.90).gif IsSynchronized Gets a value indicating whether access to the AdomdPropertyCollection is synchronized (thread safe).
ms142124.pubproperty(ko-kr,SQL.90).gif Item Gets or sets the specified AdomdProperty from the AdomdPropertyCollection by its index. In Microsoft Visual C#, this property is the indexer for the AdomdPropertyCollection class.
ms142124.pubproperty(ko-kr,SQL.90).gif SyncRoot Gets an object that can be used to synchronize access to the AdomdPropertyCollection.

위쪽

Public Methods

(see also Protected Methods )

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

위쪽

Protected Methods

  이름 Description
ms142124.protmethod(ko-kr,SQL.90).gif Finalize  (inherited from Object )
ms142124.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  

위쪽

참고 항목

참조

AdomdPropertyCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace