AttributeTranslationCollection 클래스

정의

AttributeTranslation 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

[System.Runtime.InteropServices.Guid("135BA853-5642-47d1-ABB6-AA9E8D612F0A")]
public sealed class AttributeTranslationCollection : Microsoft.AnalysisServices.TranslationCollection
[<System.Runtime.InteropServices.Guid("135BA853-5642-47d1-ABB6-AA9E8D612F0A")>]
type AttributeTranslationCollection = class
    inherit TranslationCollection
Public NotInheritable Class AttributeTranslationCollection
Inherits TranslationCollection
상속
AttributeTranslationCollection
특성

속성

Count

ModelComponentCollection에서 ModelComponent 개체의 수를 가져옵니다.

(다음에서 상속됨 ModelComponentCollection)
DemandLoadingService

컬렉션에 대한 요청 시 로드 서비스를 가져옵니다.

(다음에서 상속됨 ModelComponentCollection)
IsFixedSize

ModelComponentCollection이 고정 크기인지를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ModelComponentCollection)
IsReadOnly

ModelComponentCollection이 읽기 전용인지를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ModelComponentCollection)
IsSynchronized

ModelComponentCollection에 대한 액세스가 동기화되었는지(스레드로부터 안전한지) 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ModelComponentCollection)
Item[Int32]

컬렉션에서 지정된 인덱스에 있는 AttributeTranslation를 가져옵니다.

ItemsType

컬렉션에 포함될 수 있는 개체의 Type를 가져옵니다.

(다음에서 상속됨 TranslationCollection)
Parent

IModelComponentCollection의 부모 IModelComponent를 가져옵니다.

(다음에서 상속됨 ModelComponentCollection)
Preloadable

컬렉션을 미리 로드할 수 있는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ModelComponentCollection)
SyncRoot

ModelComponentCollection에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.

(다음에서 상속됨 ModelComponentCollection)

메서드

Add(AttributeTranslation)

지정된 AttributeTranslation을 컬렉션의 끝에 추가합니다.

Add(Int32)

지정한 언어를 사용하여 새 AttributeTranslation 개체를 만들고, 컬렉션의 끝에 추가하고 만든 새 AttributeTranslation을 반환합니다.

Add(Int32, String)

지정한 언어 및 캡션을 사용하여 새 AttributeTranslation 개체를 만들고, 컬렉션의 끝에 추가하고, 만든 새 AttributeTranslation을 반환합니다.

Add(ModelComponent)

ModelComponent 개체를 ModelComponentCollection에 추가합니다.

(다음에서 상속됨 ModelComponentCollection)
Add(ModelComponent, Boolean)

ModelComponent 개체를 ModelComponentCollection에 추가합니다.

(다음에서 상속됨 ModelComponentCollection)
Add(String, IModelComponent)

IModelComponent 개체를 ModelComponentCollection에 추가합니다.

(다음에서 상속됨 ModelComponentCollection)
Add(String, IModelComponent, Boolean)

IModelComponent 개체를 ModelComponentCollection에 추가합니다.

(다음에서 상속됨 ModelComponentCollection)
Add(Translation)

지정된 Translation을 컬렉션의 끝에 추가합니다.

(다음에서 상속됨 TranslationCollection)
AddNew(String, String, Type)

새 IModelComponent를 컬렉션에 추가합니다.

(다음에서 상속됨 ModelComponentCollection)
AddNew(String, Type)

새 IModelComponent를 컬렉션에 추가합니다.

(다음에서 상속됨 ModelComponentCollection)
CanAdd(ModelComponent, String)

컬렉션에서 ModelComponent를 추가할 수 있는지를 나타냅니다.

(다음에서 상속됨 ModelComponentCollection)
ChangeKey(String, String)

컬렉션에 대해 지정한 키를 변경합니다.

(다음에서 상속됨 ModelComponentCollection)
Clear()

ModelComponentCollection에서 모든 요소를 제거합니다.

(다음에서 상속됨 ModelComponentCollection)
Contains(AttributeTranslation)

컬렉션에 지정된 AttributeTranslation이 들어 있는지 여부를 나타냅니다.

Contains(IModelComponent)

지정한 항목이 컬렉션에 있는지를 확인합니다.

(다음에서 상속됨 ModelComponentCollection)
Contains(Int32)

지정한 언어를 가진 Translation이 컬렉션에 포함되는지 여부를 나타냅니다.

(다음에서 상속됨 TranslationCollection)
Contains(String)

지정된 키를 가진 항목이 ModelComponentCollection에 포함되는지를 결정합니다.

(다음에서 상속됨 ModelComponentCollection)
Contains(Translation)

컬렉션에 지정된 Translation이 들어 있는지 여부를 나타냅니다.

(다음에서 상속됨 TranslationCollection)
CopyTo(Array, Int32)

대상 배열의 지정한 인덱스에서 시작하여 전체 ModelComponentCollection을 1차원 배열에 복사합니다.

(다음에서 상속됨 ModelComponentCollection)
EnsureLoaded()

컬렉션이 로드되도록 합니다.

(다음에서 상속됨 ModelComponentCollection)
FindByLanguage(Int32)

지정된 언어를 포함하는 Translation을 검색합니다.

(다음에서 상속됨 TranslationCollection)
GetByLanguage(Int32)

지정한 언어를 사용하는 AttributeTranslation을 가져옵니다.

GetEnumerator()

ModelComponentCollection을 반복할 수 있는 열거자를 반환합니다.

(다음에서 상속됨 ModelComponentCollection)
GetItem(String, Boolean, String)

지정한 구성 요소에 대한 참조를 가져옵니다.

(다음에서 상속됨 ModelComponentCollection)
IndexOf(AttributeTranslation)

지정된 AttributeTranslation를 검색하고 컬렉션 내에서 해당 항목의 인덱스(0부터 시작)를 반환합니다.

IndexOf(IModelComponent)

지정한 항목을 검색하고 컬렉션 내에서 해당 항목이 있는 인덱스(0부터 시작)를 반환합니다.

(다음에서 상속됨 ModelComponentCollection)
IndexOf(Int32)

지정된 언어를 포함하는 Translation을 검색하고 컬렉션에 있는 이 항목의 인덱스(0부터 시작)를 반환합니다.

(다음에서 상속됨 TranslationCollection)
IndexOf(String)

ModelComponentCollection에서 지정된 키를 가진 IModelComponent가 처음 발생하는 경우 인덱스(0부터 시작)를 반환합니다.

(다음에서 상속됨 ModelComponentCollection)
IndexOf(Translation)

지정된 Translation를 검색하고 컬렉션 내에서 해당 항목의 인덱스(0부터 시작)를 반환합니다.

(다음에서 상속됨 TranslationCollection)
Insert(IModelComponent, String, Int32)

IModelComponent 개체를 ModelComponentCollection에 삽입합니다.

(다음에서 상속됨 ModelComponentCollection)
Insert(IModelComponent, String, Int32, Boolean)

IModelComponent 개체를 ModelComponentCollection에 삽입합니다.

(다음에서 상속됨 ModelComponentCollection)
Insert(Int32, AttributeTranslation)

지정된 AttributeTranslation을 컬렉션에서 지정된 인덱스에 삽입합니다.

Insert(Int32, Int32)

지정한 언어를 사용하여 새 AttributeTranslation 개체를 만들고, 컬렉션에서 지정한 인덱스에 삽입하고, 만든 새 AttributeTranslation을 반환합니다.

Insert(Int32, ModelComponent)

ModelComponent 개체를 ModelComponentCollection에 삽입합니다.

(다음에서 상속됨 ModelComponentCollection)
Insert(Int32, Translation)

지정된 Translation을 컬렉션에서 지정된 인덱스에 삽입합니다.

(다음에서 상속됨 TranslationCollection)
Move(AttributeTranslation, Int32)

지정된 AttributeTranslation를 컬렉션의 새 위치로 이동합니다.

Move(Int32, Int32)

컬렉션의 AttributeTranslation을 현재 위치에서 새 위치로 이동합니다.

Move(Translation, Int32)

지정된 Translation를 컬렉션의 새 위치로 이동합니다.

(다음에서 상속됨 TranslationCollection)
Remove(AttributeTranslation)

지정된 AttributeTranslation를 컬렉션에서 제거합니다.

Remove(AttributeTranslation, Boolean)

지정된 AttributeTranslation를 컬렉션에서 제거합니다.

Remove(IModelComponent)

컬렉션에서 지정된 IModelComponent를 제거합니다.

(다음에서 상속됨 ModelComponentCollection)
Remove(Int32)

컬렉션에서 지정된 언어를 가진 Translation을 제거합니다.

(다음에서 상속됨 TranslationCollection)
Remove(Int32, Boolean)

컬렉션에서 지정된 언어를 가진 Translation을 제거합니다.

(다음에서 상속됨 TranslationCollection)
Remove(Translation)

지정된 Translation를 컬렉션에서 제거합니다.

(다음에서 상속됨 TranslationCollection)
Remove(Translation, Boolean)

지정된 Translation를 컬렉션에서 제거합니다.

(다음에서 상속됨 TranslationCollection)
RemoveAt(Int32)

ModelComponentCollection의 지정된 인덱스에서 IModelComponent를 제거합니다.

(다음에서 상속됨 ModelComponentCollection)
RemoveAt(Int32, Boolean)

ModelComponentCollection의 지정된 인덱스에서 IModelComponent를 제거합니다.

(다음에서 상속됨 ModelComponentCollection)

이벤트

CollectionChanged

컬렉션이 변경될 때 발생합니다.

(다음에서 상속됨 ModelComponentCollection)
CollectionChanging

컬렉션이 변경 중일 때 발생합니다.

(다음에서 상속됨 ModelComponentCollection)

명시적 인터페이스 구현

IList.Add(Object)

AttributeTranslation 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

(다음에서 상속됨 ModelComponentCollection)
IList.Clear()

AttributeTranslation 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

(다음에서 상속됨 ModelComponentCollection)
IList.Contains(Object)

AttributeTranslation 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

(다음에서 상속됨 ModelComponentCollection)
IList.IndexOf(Object)

AttributeTranslation 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

(다음에서 상속됨 ModelComponentCollection)
IList.Insert(Int32, Object)

AttributeTranslation 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

(다음에서 상속됨 ModelComponentCollection)
IList.Item[Int32]

AttributeTranslation 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

(다음에서 상속됨 ModelComponentCollection)
IList.Remove(Object)

AttributeTranslation 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

(다음에서 상속됨 ModelComponentCollection)
IList.RemoveAt(Int32)

AttributeTranslation 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

(다음에서 상속됨 ModelComponentCollection)
IModelComponentCollection.Contains(IModelComponent)

AttributeTranslation 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

(다음에서 상속됨 ModelComponentCollection)
IModelComponentCollection.Remove(IModelComponent)

AttributeTranslation 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

(다음에서 상속됨 ModelComponentCollection)
IModelComponentCollection.Remove(IModelComponent, Boolean)

AttributeTranslation 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

(다음에서 상속됨 ModelComponentCollection)
IOnDemandLoadableCollection.BlockOnDemandLoad(Boolean)

AttributeTranslation 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

(다음에서 상속됨 ModelComponentCollection)
IOnDemandLoadableCollection.Loaded

AttributeTranslation 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

(다음에서 상속됨 ModelComponentCollection)

적용 대상