Поделиться через


Элементы AdomdPropertyCollection

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

Тип AdomdPropertyCollection предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Add(AdomdProperty) Adds an AdomdProperty to the AdomdPropertyCollection.
Открытый метод Add(String, Object) Creates a new AdomdProperty with the specified property name and value.
Открытый метод Add(String, String, Object) Creates a new AdomdProperty with the specified property name, namespace, and value.
Открытый метод Clear Removes all properties from the AdomdPropertyCollection.
Открытый метод Contains Determines whether a property is in the AdomdPropertyCollection.
Открытый метод CopyTo Copies the elements of the AdomdPropertyCollection to the specified array.
Открытый метод CreateObjRef (Наследуется из MarshalByRefObject.)
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод Find(String) Gets the specified AdomdProperty from the AdomdPropertyCollection by its name.
Открытый метод Find(String, String) Gets the specified AdomdProperty from the AdomdPropertyCollection by its name and namespace.
Открытый метод GetEnumerator Gets an AdomdPropertyCollection..::..Enumerator for iterating through the AdomdPropertyCollection.
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetLifetimeService (Наследуется из MarshalByRefObject.)
Открытый метод GetType (Наследуется из Object.)
Открытый метод IndexOf Returns the zero-based index of the first occurrence of a property in the AdomdPropertyCollection.
Открытый метод InitializeLifetimeService (Наследуется из MarshalByRefObject.)
Открытый метод Insert Inserts a property into the AdomdPropertyCollection at the specified index.
Защищенный метод MemberwiseClone (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из MarshalByRefObject.)
Открытый метод Remove Removes the first occurrence of a specified property from the AdomdPropertyCollection.
Открытый метод RemoveAt Removes the property at the specified index of the AdomdPropertyCollection.
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство Count Gets the number of AdomdProperty objects in the AdomdPropertyCollection.
Открытое свойство IsFixedSize Gets a value indicating whether the AdomdPropertyCollection has a fixed size.
Открытое свойство IsReadOnly Gets a value indicating whether the AdomdPropertyCollection is read-only.
Открытое свойство IsSynchronized Gets a value indicating whether access to the AdomdPropertyCollection is synchronized (thread safe).
Открытое свойство 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.
Открытое свойство SyncRoot Gets an object that can be used to synchronize access to the AdomdPropertyCollection.

В начало