次の方法で共有


AdomdPropertyCollection クラス

定義

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
継承
AdomdPropertyCollection
実装

コンストラクター

AdomdPropertyCollection()

Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection

プロパティ

Count

Count

IsFixedSize

IsFixedSize

IsReadOnly

IsReadOnly

IsSynchronized

IsSynchronized

Item[Int32]

アイテム

SyncRoot

SyncRoot

メソッド

Add(AdomdProperty)

追加

Add(String, Object)

Add 1

Add(String, String, Object)

Add 1

Clear()

Clear

Contains(AdomdProperty)

Contains

CopyTo(AdomdProperty[], Int32)

CopyTo

Find(String)

Find

Find(String, String)

Find 1

GetEnumerator()

GetEnumerator

IndexOf(AdomdProperty)

IndexOf

Insert(Int32, AdomdProperty)

挿入

Remove(AdomdProperty)

削除

RemoveAt(Int32)

RemoveAt

明示的なインターフェイスの実装

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

適用対象