Klasa AttributeTranslationCollection
Kolekcja zawiera AttributeTranslation obiektów.Klasa ta nie może być dziedziczona.
Hierarchia dziedziczenia
System.Object
Microsoft.AnalysisServices.ModelComponentCollection
Microsoft.AnalysisServices.TranslationCollection
Microsoft.AnalysisServices.AttributeTranslationCollection
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
<GuidAttribute("135BA853-5642-47d1-ABB6-AA9E8D612F0A")> _
Public NotInheritable Class AttributeTranslationCollection _
Inherits TranslationCollection
'Użycie
Dim instance As AttributeTranslationCollection
[GuidAttribute("135BA853-5642-47d1-ABB6-AA9E8D612F0A")]
public sealed class AttributeTranslationCollection : TranslationCollection
[GuidAttribute(L"135BA853-5642-47d1-ABB6-AA9E8D612F0A")]
public ref class AttributeTranslationCollection sealed : public TranslationCollection
[<SealedAttribute>]
[<GuidAttribute("135BA853-5642-47d1-ABB6-AA9E8D612F0A")>]
type AttributeTranslationCollection =
class
inherit TranslationCollection
end
public final class AttributeTranslationCollection extends TranslationCollection
Typ AttributeTranslationCollection uwidacznia następujące elementy członkowskie.
Właściwości
Nazwa | Opis | |
---|---|---|
![]() |
Count | Pobiera numer ModelComponent obiektów w ModelComponentCollection. (Dziedziczony z ModelComponentCollection). |
![]() |
DemandLoadingService | Infrastruktura. (Dziedziczony z ModelComponentCollection). |
![]() |
IsFixedSize | Pobiera wartość wskazującą czy ModelComponentCollection ma stały rozmiar. (Dziedziczony z ModelComponentCollection). |
![]() |
IsReadOnly | Pobiera wartość wskazującą czy ModelComponentCollection jest tylko do odczytu. (Dziedziczony z ModelComponentCollection). |
![]() |
IsSynchronized | Pobiera wartość wskazującą czy dostęp do ModelComponentCollection jest synchronizowane (bezpieczny wątek). (Dziedziczony z ModelComponentCollection). |
![]() |
Item | Pobiera AttributeTranslation pod określonym indeksem z kolekcja. |
![]() |
ItemsType | Infrastruktura. (Dziedziczony z TranslationCollection). |
![]() |
Parent | Pobiera IModelComponent zawiera ModelComponentCollection. (Dziedziczony z ModelComponentCollection). |
![]() |
Preloadable | Infrastruktura. (Dziedziczony z ModelComponentCollection). |
![]() |
SyncRoot | Pobiera obiekt, który można zsynchronizować dostęp do ModelComponentCollection. (Dziedziczony z ModelComponentCollection). |
Do góry
Metody
Nazwa | Opis | |
---|---|---|
![]() |
Add(Int32) | Tworzy i dodaje AttributeTranslation, z określonym języku, do końca kolekcja. |
![]() |
Add(AttributeTranslation) | Dodaje AttributeTranslation do końca kolekcja. |
![]() |
Add(ModelComponent) | Infrastruktura. (Dziedziczony z ModelComponentCollection). |
![]() |
Add(Translation) | Dodaje Translation do końca kolekcja. (Dziedziczony z TranslationCollection). |
![]() |
Add(Int32, String) | Tworzy i dodaje AttributeTranslation, z określonego języka i podpis do końca kolekcja. |
![]() |
Add(String, IModelComponent) | (Dziedziczony z ModelComponentCollection). |
![]() |
Add(ModelComponent, Boolean) | Infrastruktura. (Dziedziczony z ModelComponentCollection). |
![]() |
Add(String, IModelComponent, Boolean) | (Dziedziczony z ModelComponentCollection). |
![]() |
AddNew(String, Type) | Infrastruktura. (Dziedziczony z ModelComponentCollection). |
![]() |
AddNew(String, String, Type) | Infrastruktura. (Dziedziczony z ModelComponentCollection). |
![]() |
CanAdd | Infrastruktura. (Dziedziczony z ModelComponentCollection). |
![]() |
ChangeKey | Infrastruktura. (Dziedziczony z ModelComponentCollection). |
![]() |
Clear | Usuwa wszystkie elementy z ModelComponentCollection. (Dziedziczony z ModelComponentCollection). |
![]() |
Contains(String) | Określa, czy element z określonego klucz jest w ModelComponentCollection. (Dziedziczony z ModelComponentCollection). |
![]() |
Contains(Int32) | Wskazuje, czy zawiera kolekcja Translation z określonego języka. (Dziedziczony z TranslationCollection). |
![]() |
Contains(AttributeTranslation) | Wskazuje, czy określony zawiera kolekcja AttributeTranslation. |
![]() |
Contains(IModelComponent) | (Dziedziczony z ModelComponentCollection). |
![]() |
Contains(Translation) | Wskazuje, czy określony zawiera kolekcja Translation. (Dziedziczony z TranslationCollection). |
![]() |
CopyTo | Kopiuje cały ModelComponentCollection do jednowymiarową Array, począwszy od określonego indeksu tablicy miejsce docelowe. (Dziedziczony z ModelComponentCollection). |
![]() |
EnsureLoaded | Infrastruktura. (Dziedziczony z ModelComponentCollection). |
![]() |
Equals | (Dziedziczony z Object). |
![]() |
Finalize | (Dziedziczony z Object). |
![]() |
FindByLanguage | Wskazuje, czy zawiera kolekcja Translation z określonego języka. (Dziedziczony z TranslationCollection). |
![]() |
GetByLanguage | Wskazuje, czy zawiera kolekcja AttributeTranslation z określonego języka. |
![]() |
GetEnumerator | Zwraca moduł wyliczający których może iterować przez ModelComponentCollection. (Dziedziczony z ModelComponentCollection). |
![]() |
GetHashCode | (Dziedziczony z Object). |
![]() |
GetItem | Pobiera odwołanie do określonego składnika. (Dziedziczony z ModelComponentCollection). |
![]() |
GetType | (Dziedziczony z Object). |
![]() |
IndexOf(String) | Zwraca indeks pierwszego wystąpienia od zera IModelComponent , ma określonego klucz w ModelComponentCollection. (Dziedziczony z ModelComponentCollection). |
![]() |
IndexOf(Int32) | Pobiera indeks Translation, z określonego języka. (Dziedziczony z TranslationCollection). |
![]() |
IndexOf(AttributeTranslation) | Pobiera indeks określonego AttributeTranslation. |
![]() |
IndexOf(IModelComponent) | (Dziedziczony z ModelComponentCollection). |
![]() |
IndexOf(Translation) | Pobiera indeks określonego Translation. (Dziedziczony z TranslationCollection). |
![]() |
Insert(Int32, AttributeTranslation) | Wstawia AttributeTranslation do kolekcja pod określonym indeksem. |
![]() |
Insert(Int32, Int32) | Tworzy i wstawia AttributeTranslation, z określonego języka do kolekcja pod określonym indeksem. |
![]() |
Insert(Int32, ModelComponent) | Infrastruktura. (Dziedziczony z ModelComponentCollection). |
![]() |
Insert(Int32, Translation) | Wstawia Translation do kolekcja pod określonym indeksem. (Dziedziczony z TranslationCollection). |
![]() |
Insert(IModelComponent, String, Int32) | (Dziedziczony z ModelComponentCollection). |
![]() |
Insert(IModelComponent, String, Int32, Boolean) | (Dziedziczony z ModelComponentCollection). |
![]() |
MemberwiseClone | (Dziedziczony z Object). |
![]() |
Move(Int32, Int32) | Przesuwa AttributeTranslation pod określonym indeksem bieżących do nowego indeksu określone kolekcja. |
![]() |
Move(AttributeTranslation, Int32) | Przesuwa AttributeTranslation do nowego indeksu kolekcja. |
![]() |
Move(Translation, Int32) | Przesuwa Translation do nowego indeksu kolekcja. (Dziedziczony z TranslationCollection). |
![]() |
Remove(Int32) | Usuwa Translation, z określonego języka z kolekcja. (Dziedziczony z TranslationCollection). |
![]() |
Remove(AttributeTranslation) | Usuwa określony AttributeTranslation z kolekcja. |
![]() |
Remove(IModelComponent) | (Dziedziczony z ModelComponentCollection). |
![]() |
Remove(Translation) | Usuwa określony Translation z kolekcja. (Dziedziczony z TranslationCollection). |
![]() |
Remove(Int32, Boolean) | Infrastruktura. (Dziedziczony z TranslationCollection). |
![]() |
Remove(AttributeTranslation, Boolean) | Infrastruktura. |
![]() |
Remove(Translation, Boolean) | Infrastruktura. (Dziedziczony z TranslationCollection). |
![]() |
RemoveAt(Int32) | Usuwa IModelComponent pod określonym indeksem z ModelComponentCollection. (Dziedziczony z ModelComponentCollection). |
![]() |
RemoveAt(Int32, Boolean) | Infrastruktura. (Dziedziczony z ModelComponentCollection). |
![]() |
ToString | (Dziedziczony z Object). |
Do góry
Zdarzenia
Nazwa | Opis | |
---|---|---|
![]() |
CollectionChanged | Infrastruktura. (Dziedziczony z ModelComponentCollection). |
![]() |
CollectionChanging | Infrastruktura. (Dziedziczony z ModelComponentCollection). |
Do góry
Jawne implementacje interfejsu
Nazwa | Opis | |
---|---|---|
![]() ![]() |
IList.Add | (Dziedziczony z ModelComponentCollection). |
![]() ![]() |
IList.Clear | (Dziedziczony z ModelComponentCollection). |
![]() ![]() |
IList.Contains | (Dziedziczony z ModelComponentCollection). |
![]() ![]() |
IList.IndexOf | (Dziedziczony z ModelComponentCollection). |
![]() ![]() |
IList.Insert | (Dziedziczony z ModelComponentCollection). |
![]() ![]() |
IList.Item | (Dziedziczony z ModelComponentCollection). |
![]() ![]() |
IList.Remove | (Dziedziczony z ModelComponentCollection). |
![]() ![]() |
IList.RemoveAt | (Dziedziczony z ModelComponentCollection). |
![]() ![]() |
IModelComponentCollection.Contains | (Dziedziczony z ModelComponentCollection). |
![]() ![]() |
IModelComponentCollection.Remove(IModelComponent) | (Dziedziczony z ModelComponentCollection). |
![]() ![]() |
IModelComponentCollection.Remove(IModelComponent, Boolean) | (Dziedziczony z ModelComponentCollection). |
![]() ![]() |
IOnDemandLoadableCollection.BlockOnDemandLoad | (Dziedziczony z ModelComponentCollection). |
![]() ![]() |
IOnDemandLoadableCollection.Loaded | (Dziedziczony z ModelComponentCollection). |
Do góry
Bezpieczeństwo wątków
Wszystkie publiczne statyczny (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Nie ma gwarancji, że elementy członkowskie wystąpień będą bezpieczne dla wątków.