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

개수

IsFixedSize

IsFixedSize

IsReadOnly

IsReadOnly

IsSynchronized

IsSynchronized

Item[Int32]

항목

SyncRoot

SyncRoot

메서드

Add(AdomdProperty)

추가

Add(String, Object)

Add 1

Add(String, String, Object)

Add 1

Clear()

지우기

Contains(AdomdProperty)

포함

CopyTo(AdomdProperty[], Int32)

CopyTo

Find(String)

찾기

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

적용 대상