MeasureCollection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Measure 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.
[System.Runtime.InteropServices.Guid("F07A33AC-FADB-4c93-9E25-584923C1C378")]
public sealed class MeasureCollection : Microsoft.AnalysisServices.NamedComponentCollection
[<System.Runtime.InteropServices.Guid("F07A33AC-FADB-4c93-9E25-584923C1C378")>]
type MeasureCollection = class
inherit NamedComponentCollection
Public NotInheritable Class MeasureCollection
Inherits NamedComponentCollection
- 상속
- 특성
속성
Count |
ModelComponentCollection에서 ModelComponent 개체의 수를 가져옵니다. (다음에서 상속됨 ModelComponentCollection) |
DemandLoadingService |
컬렉션에 대한 요청 시 로드 서비스를 가져옵니다. (다음에서 상속됨 ModelComponentCollection) |
IsFixedSize |
ModelComponentCollection이 고정 크기인지를 나타내는 값을 가져옵니다. (다음에서 상속됨 ModelComponentCollection) |
IsReadOnly |
ModelComponentCollection이 읽기 전용인지를 나타내는 값을 가져옵니다. (다음에서 상속됨 ModelComponentCollection) |
IsSynchronized |
ModelComponentCollection에 대한 액세스가 동기화되었는지(스레드로부터 안전한지) 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 ModelComponentCollection) |
Item[Int32] |
컬렉션에서 지정된 인덱스에 있는 Measure를 가져옵니다. |
Item[String] |
컬렉션에서 지정된 식별자를 가진 Measure을 가져옵니다. |
ItemsType |
ModelComponentCollection에 포함될 수 있는 개체의 형식을 가져옵니다. (다음에서 상속됨 ModelComponentCollection) |
Parent |
IModelComponentCollection의 부모 IModelComponent를 가져옵니다. (다음에서 상속됨 ModelComponentCollection) |
Preloadable |
컬렉션을 미리 로드할 수 있는지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 ModelComponentCollection) |
SyncRoot |
ModelComponentCollection에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다. (다음에서 상속됨 ModelComponentCollection) |
메서드
Add() |
생성된 고유한 Name과 식별자를 사용하여 Measure 개체를 새로 만들고, 컬렉션의 끝에 추가하고, 새로 만든 Measure를 반환합니다. |
Add(Measure) |
지정된 Measure을 컬렉션의 끝에 추가합니다. |
Add(ModelComponent) |
ModelComponent 개체를 NamedComponentCollection에 추가합니다. (다음에서 상속됨 NamedComponentCollection) |
Add(ModelComponent, Boolean) |
ModelComponent 개체를 ModelComponentCollection에 추가합니다. (다음에서 상속됨 ModelComponentCollection) |
Add(String) |
지정한 이름을 사용하여 Measure 개체를 새로 만들고, 컬렉션의 끝에 추가하고, 새로 만든 Measure를 반환합니다. |
Add(String, IModelComponent) |
IModelComponent 개체를 ModelComponentCollection에 추가합니다. (다음에서 상속됨 ModelComponentCollection) |
Add(String, IModelComponent, Boolean) |
IModelComponent 개체를 ModelComponentCollection에 추가합니다. (다음에서 상속됨 ModelComponentCollection) |
Add(String, String) |
지정한 이름과 식별자를 사용하여 Measure 개체를 새로 만들고, 컬렉션의 끝에 추가하고, 새로 만든 Measure를 반환합니다. |
AddNew(String, String, Type) |
새 IModelComponent를 컬렉션에 추가합니다. (다음에서 상속됨 ModelComponentCollection) |
AddNew(String, Type) |
새 IModelComponent를 컬렉션에 추가합니다. (다음에서 상속됨 ModelComponentCollection) |
CanAdd(ModelComponent, String) |
컬렉션에 지정된 ModelComponent를 추가할 수 있는지를 나타냅니다. (다음에서 상속됨 NamedComponentCollection) |
ChangeKey(String, String) |
컬렉션에 대해 지정한 키를 변경합니다. (다음에서 상속됨 ModelComponentCollection) |
Clear() |
ModelComponentCollection에서 모든 요소를 제거합니다. (다음에서 상속됨 ModelComponentCollection) |
Contains(IModelComponent) |
지정한 항목이 컬렉션에 있는지를 확인합니다. (다음에서 상속됨 ModelComponentCollection) |
Contains(Measure) |
컬렉션에 지정된 Measure이 들어 있는지 여부를 나타냅니다. |
Contains(String) |
지정된 식별자를 가진 Measure이 컬렉션에 포함되는지 여부를 나타냅니다. |
ContainsName(String) |
지정한 이름을 가진 구성 요소가 컬렉션에 포함되어 있는지를 나타냅니다. (다음에서 상속됨 NamedComponentCollection) |
CopyTo(Array, Int32) |
대상 배열의 지정한 인덱스에서 시작하여 전체 ModelComponentCollection을 1차원 배열에 복사합니다. (다음에서 상속됨 ModelComponentCollection) |
EnsureLoaded() |
컬렉션이 로드되도록 합니다. (다음에서 상속됨 ModelComponentCollection) |
Find(String) |
컬렉션에서 지정된 식별자를 가진 Measure을 가져옵니다. |
FindByName(String) |
컬렉션에서 지정된 이름을 가진 Measure를 가져옵니다. |
GetByName(String) |
컬렉션에서 지정된 이름을 가진 Measure를 가져옵니다. |
GetEnumerator() |
ModelComponentCollection을 반복할 수 있는 열거자를 반환합니다. (다음에서 상속됨 ModelComponentCollection) |
GetItem(String, Boolean, String) |
지정한 구성 요소에 대한 참조를 가져옵니다. (다음에서 상속됨 ModelComponentCollection) |
GetNewID() |
컬렉션에서 구성 요소의 고유한 새 ID를 가져옵니다. (다음에서 상속됨 NamedComponentCollection) |
GetNewID(String) |
지정한 이름 접두사로 시작하는 컬렉션에서 구성 요소의 고유한 새 ID 값을 가져옵니다. (다음에서 상속됨 NamedComponentCollection) |
GetNewName() |
컬렉션에서 구성 요소의 고유한 새 이름을 가져옵니다. (다음에서 상속됨 NamedComponentCollection) |
GetNewName(String) |
컬렉션에서 지정한 이름 접두사가 포함된 구성 요소의 고유한 새 이름을 가져옵니다. (다음에서 상속됨 NamedComponentCollection) |
IndexOf(IModelComponent) |
지정한 항목을 검색하고 컬렉션 내에서 해당 항목이 있는 인덱스(0부터 시작)를 반환합니다. (다음에서 상속됨 ModelComponentCollection) |
IndexOf(Measure) |
지정된 Measure를 검색하고 컬렉션 내에서 해당 항목의 인덱스(0부터 시작)를 반환합니다. |
IndexOf(String) |
지정된 식별자를 가진 Measure를 검색하고 컬렉션 내에서 해당 항목의 인덱스(0부터 시작)를 반환합니다. |
IndexOfName(String) |
컬렉션에서 이름으로 식별되는 NamedComponent의 인덱스를 가져옵니다. (다음에서 상속됨 NamedComponentCollection) |
Insert(IModelComponent, String, Int32) |
IModelComponent 개체를 ModelComponentCollection에 삽입합니다. (다음에서 상속됨 ModelComponentCollection) |
Insert(IModelComponent, String, Int32, Boolean) |
IModelComponent 개체를 ModelComponentCollection에 삽입합니다. (다음에서 상속됨 ModelComponentCollection) |
Insert(Int32) |
생성된 고유한 이름과 식별자를 사용하여 Measure 개체를 새로 만들고, 컬렉션에서 지정한 인덱스에 삽입하고, 새로 만든 Measure를 반환합니다. |
Insert(Int32, Measure) |
지정된 Measure을 컬렉션에서 지정된 인덱스에 삽입합니다. |
Insert(Int32, ModelComponent) |
ModelComponent 개체를 컬렉션의 지정된 인덱스에 삽입합니다. (다음에서 상속됨 NamedComponentCollection) |
Insert(Int32, String) |
지정한 이름을 사용하여 Measure 개체를 새로 만들고, 컬렉션에서 지정한 인덱스에 삽입하고, 새로 만든 Measure를 반환합니다. |
Insert(Int32, String, String) |
지정한 이름과 식별자를 사용하여 Measure 개체를 새로 만들고, 컬렉션에서 지정한 인덱스에 삽입하고, 새로 만든 Measure를 반환합니다. |
IsValidID(String) |
제공된 식별자가 컬렉션에 있는 구성 요소에 대해 유효한지를 결정합니다. (다음에서 상속됨 NamedComponentCollection) |
IsValidID(String, String) |
컬렉션의 요소에 대한 식별자가 유효한지 여부를 나타냅니다. |
IsValidID(String, Type, String) |
제공된 식별자가 컬렉션에 있는 구성 요소에 대해 유효한지를 결정합니다. (다음에서 상속됨 NamedComponentCollection) |
IsValidName(String) |
제공된 이름이 컬렉션에 있는 구성 요소에 대해 유효한지를 결정합니다. (다음에서 상속됨 NamedComponentCollection) |
IsValidName(String, String) |
컬렉션의 요소에 대한 이름이 올바른지 여부를 나타냅니다. |
IsValidName(String, Type, String) |
제공된 이름이 컬렉션에 있는 구성 요소에 대해 유효한지를 결정합니다. (다음에서 상속됨 NamedComponentCollection) |
Move(Int32, Int32) |
컬렉션의 Measure을 현재 위치에서 새 위치로 이동합니다. |
Move(Measure, Int32) |
지정된 Measure를 컬렉션의 새 위치로 이동합니다. |
Move(String, Int32) |
지정된 식별자를 가진 Measure을 컬렉션의 새 위치로 이동합니다. |
Remove(IModelComponent) |
컬렉션에서 지정된 IModelComponent를 제거합니다. (다음에서 상속됨 ModelComponentCollection) |
Remove(Measure) |
지정된 Measure를 컬렉션에서 제거합니다. |
Remove(Measure, Boolean) |
지정된 Measure를 컬렉션에서 제거합니다. |
Remove(String) |
지정된 식별자를 가진 Measure을 컬렉션에서 제거합니다. |
Remove(String, Boolean) |
지정된 식별자를 가진 Measure을 컬렉션에서 제거합니다. |
RemoveAt(Int32) |
ModelComponentCollection의 지정된 인덱스에서 IModelComponent를 제거합니다. (다음에서 상속됨 ModelComponentCollection) |
RemoveAt(Int32, Boolean) |
ModelComponentCollection의 지정된 인덱스에서 IModelComponent를 제거합니다. (다음에서 상속됨 ModelComponentCollection) |
이벤트
CollectionChanged |
컬렉션이 변경될 때 발생합니다. (다음에서 상속됨 ModelComponentCollection) |
CollectionChanging |
컬렉션이 변경 중일 때 발생합니다. (다음에서 상속됨 ModelComponentCollection) |