PerspectiveCalculationCollection-Methoden

Geschützte Member einschließen
Geerbte Member einschließen

Der PerspectiveCalculationCollection-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Add(String) Creates and adds a PerspectiveCalculation that has the specified name to the end of the collection.
Geschützte Methode Add(ModelComponent) Infrastruktur Adds a ModelComponent object to the ModelComponentCollection. (Geerbt von ModelComponentCollection.)
Öffentliche Methode Add(PerspectiveCalculation) Adds a PerspectiveCalculation to the end of the collection.
Öffentliche Methode Add(String, PerspectiveCalculationType) Creates and adds a PerspectiveCalculation, with the specified identifier and PerspectiveCalculationType value, to the end of the collection.
Geschützte Methode Add(ModelComponent, Boolean) Infrastruktur Adds a ModelComponent object to the ModelComponentCollection. (Geerbt von ModelComponentCollection.)
Öffentliche Methode CanAdd Infrastruktur Indicates whether the collection can add a ModelComponent. (Geerbt von ModelComponentCollection.)
Geschützte Methode ChangeKey Infrastruktur Changes the specified keys to the collection. (Geerbt von ModelComponentCollection.)
Öffentliche Methode Clear Removes all elements from the ModelComponentCollection. (Geerbt von ModelComponentCollection.)
Öffentliche Methode Contains(String) Indicates whether the collection contains a PerspectiveCalculation that has the specified identifier.
Öffentliche Methode Contains(PerspectiveCalculation) Indicates whether the collection contains a specified PerspectiveCalculation.
Öffentliche Methode CopyTo Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array. (Geerbt von ModelComponentCollection.)
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode Find Gets the PerspectiveCalculation that has the specified identifier from the collection.
Öffentliche Methode GetEnumerator Returns an enumerator that can iterate through the ModelComponentCollection. (Geerbt von ModelComponentCollection.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode IndexOf(String) Gets the index of the PerspectiveCalculation that has the specified identifier.
Öffentliche Methode IndexOf(PerspectiveCalculation) Gets the index of a specified PerspectiveCalculation.
Geschützte Methode Insert(Int32, ModelComponent) Infrastruktur Inserts an ModelComponent in the ModelComponentCollection. (Geerbt von ModelComponentCollection.)
Öffentliche Methode Insert(Int32, PerspectiveCalculation) Inserts a PerspectiveCalculation into the collection at the specified index.
Öffentliche Methode Insert(Int32, String) Creates and inserts a PerspectiveCalculation, with the specified name, into the collection at the specified index.
Öffentliche Methode Insert(Int32, String, PerspectiveCalculationType) Creates and inserts a PerspectiveCalculation, with the specified name and PerspectiveCalculationType value, into the collection at the specified index.
Öffentliche Methode Move(Int32, Int32) Moves a PerspectiveCalculation at the current specified index to a new specified index in the collection.
Öffentliche Methode Move(String, Int32) Moves the PerspectiveCalculation that has the specified identifier to the specified index in the collection.
Öffentliche Methode Move(PerspectiveCalculation, Int32) Moves a PerspectiveCalculation to a new index in the collection.
Öffentliche Methode Remove(String) Removes the PerspectiveCalculation that has the specified identifier from the collection.
Geschützte Methode Remove(IModelComponent) Removes the specified IModelComponent from the collection. (Geerbt von ModelComponentCollection.)
Öffentliche Methode Remove(PerspectiveCalculation) Removes the specified PerspectiveCalculation from the collection.
Öffentliche Methode Remove(String, Boolean) Infrastruktur Removes a PerspectiveCalculation from this collection.
Öffentliche Methode Remove(PerspectiveCalculation, Boolean) Infrastruktur Removes the specified PerspectiveCalculation from this collection.
Öffentliche Methode RemoveAt(Int32) Removes the IModelComponent at the specified index from the ModelComponentCollection. (Geerbt von ModelComponentCollection.)
Öffentliche Methode RemoveAt(Int32, Boolean) Infrastruktur Removes the IModelComponent at the specified index from the ModelComponentCollection. (Geerbt von ModelComponentCollection.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IList.Add Adds an item to the collection. (Geerbt von ModelComponentCollection.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Clear Removes all items from the collection. (Geerbt von ModelComponentCollection.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Contains Indicates whether the collection contains a specific value. (Geerbt von ModelComponentCollection.)
Explizite SchnittstellenimplementierungPrivate Methode IList.IndexOf Determines the index of a specific item in the collection. (Geerbt von ModelComponentCollection.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Insert Inserts an item to the collection at the specified index. (Geerbt von ModelComponentCollection.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Remove Removes the first occurrence of a specified object from the collection. (Geerbt von ModelComponentCollection.)
Explizite SchnittstellenimplementierungPrivate Methode IList.RemoveAt Removes the item at the specified index. (Geerbt von ModelComponentCollection.)
Explizite SchnittstellenimplementierungPrivate Methode IModelComponentCollection.Contains Indicates whether the collection contains a specific value. (Geerbt von ModelComponentCollection.)
Explizite SchnittstellenimplementierungPrivate Methode IModelComponentCollection.Remove(IModelComponent) Removes the first occurrence of a specific IModelComponent from the ModelComponentCollection. (Geerbt von ModelComponentCollection.)
Explizite SchnittstellenimplementierungPrivate Methode IModelComponentCollection.Remove(IModelComponent, Boolean) Removes the first occurrence of a specific IModelComponent from the ModelComponentCollection. (Geerbt von ModelComponentCollection.)
Explizite SchnittstellenimplementierungPrivate Methode IOnDemandLoadableCollection.BlockOnDemandLoad Specifies the blocked demand load. (Geerbt von ModelComponentCollection.)

Zum Anfang

Siehe auch

Verweis

PerspectiveCalculationCollection Klasse

Microsoft.AnalysisServices-Namespace