다음을 통해 공유


AdomdParameterCollection Members

Gets a collection of AdomdParameter objects contained in an AdomdCommand object.

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

Public Properties

  이름 Description
ms142154.pubproperty(ko-kr,SQL.90).gif Count Gets the number of AdomdParameter objects in the AdomdParameterCollection collection.
ms142154.pubproperty(ko-kr,SQL.90).gif Item Overloaded. Gets the specified AdomdParameter object from the AdomdParameterCollection.

위쪽

Public Methods

(see also Protected Methods )

  이름 Description
ms142154.pubmethod(ko-kr,SQL.90).gif Add Overloaded. Adds an AdomdParameter object to the AdomdParameterCollection.
ms142154.pubmethod(ko-kr,SQL.90).gif Clear Removes all parameters from the AdomdParameterCollection object.
ms142154.pubmethod(ko-kr,SQL.90).gif Contains Overloaded. Determines whether a parameter is in the AdomdParameterCollection collection.
ms142154.pubmethod(ko-kr,SQL.90).gif CopyTo Copies the elements of the AdomdParameterCollection collection to the specified array.
ms142154.pubmethod(ko-kr,SQL.90).gif CreateObjRef  (inherited from MarshalByRefObject )
ms142154.pubmethod(ko-kr,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms142154.pubmethod(ko-kr,SQL.90).gif Find Gets the specified AdomdParameter object from the AdomdParameterCollection collection by its name.
ms142154.pubmethod(ko-kr,SQL.90).gif GetHashCode  (inherited from Object )
ms142154.pubmethod(ko-kr,SQL.90).gif GetLifetimeService  (inherited from MarshalByRefObject )
ms142154.pubmethod(ko-kr,SQL.90).gif GetType  (inherited from Object )
ms142154.pubmethod(ko-kr,SQL.90).gif IndexOf Overloaded. Returns the zero-based index of the first occurrence of a parameter in the AdomdParameterCollection collection.
ms142154.pubmethod(ko-kr,SQL.90).gif InitializeLifetimeService  (inherited from MarshalByRefObject )
ms142154.pubmethod(ko-kr,SQL.90).gif Insert Inserts a parameter into the AdomdParameterCollection collection at the specified index.
ms142154.pubmethod(ko-kr,SQL.90).gifms142154.static(ko-kr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms142154.pubmethod(ko-kr,SQL.90).gif Remove Removes the first occurrence of a specific parameter from the AdomdParameterCollection object.
ms142154.pubmethod(ko-kr,SQL.90).gif RemoveAt Overloaded. Removes the specified parameter from the AdomdParameterCollection object.
ms142154.pubmethod(ko-kr,SQL.90).gif ToString  (inherited from Object )

위쪽

Protected Methods

  이름 Description
ms142154.protmethod(ko-kr,SQL.90).gif Finalize  (inherited from Object )
ms142154.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.ICollection.IsSynchronized  
System.Collections.ICollection.SyncRoot  
System.Collections.IList.IsFixedSize  
System.Collections.IList.IsReadOnly  
System.Collections.IList.Item  
System.Data.IDataParameterCollection.Item  

위쪽

참고 항목

참조

AdomdParameterCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace