AdomdPropertyCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 |