AdomdPropertyCollection Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection
public sealed class AdomdPropertyCollection : MarshalByRefObject, System.Collections.IList
type AdomdPropertyCollection = class
inherit MarshalByRefObject
interface IList
interface ICollection
interface IEnumerable
Public NotInheritable Class AdomdPropertyCollection
Inherits MarshalByRefObject
Implements IList
- Herencia
-
AdomdPropertyCollection
- Implementaciones
Constructores
AdomdPropertyCollection() |
Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection |
Propiedades
Count |
Count |
IsFixedSize |
IsFixedSize |
IsReadOnly |
IsReadOnly |
IsSynchronized |
IsSynchronized |
Item[Int32] |
Elemento |
SyncRoot |
SyncRoot |
Métodos
Add(AdomdProperty) |
Sumar |
Add(String, Object) |
Add 1 |
Add(String, String, Object) |
Add 1 |
Clear() |
Borrar |
Contains(AdomdProperty) |
Contains |
CopyTo(AdomdProperty[], Int32) |
CopyTo |
Find(String) |
Buscar |
Find(String, String) |
Find 1 |
GetEnumerator() |
GetEnumerator |
IndexOf(AdomdProperty) |
IndexOf |
Insert(Int32, AdomdProperty) |
Insertar |
Remove(AdomdProperty) |
Quitar |
RemoveAt(Int32) |
RemoveAt |
Implementaciones de interfaz explícitas
ICollection.CopyTo(Array, Int32) |
Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection |
IEnumerable.GetEnumerator() |
Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection |
IList.Add(Object) |
Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection |
IList.Contains(Object) |
Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection |
IList.IndexOf(Object) |
Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection |
IList.Insert(Int32, Object) |
Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection |
IList.Item[Int32] |
Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection |
IList.Remove(Object) |
Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection |