Clase TranslationCollection
Contains a collection of Translation objects.
Jerarquía de herencia
System.Object
Microsoft.AnalysisServices.ModelComponentCollection
Microsoft.AnalysisServices.TranslationCollection
Microsoft.AnalysisServices.AttributeTranslationCollection
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<GuidAttribute("2F2699BD-B28C-4d39-A0B1-D76EEF27B7E1")> _
Public Class TranslationCollection _
Inherits ModelComponentCollection
'Uso
Dim instance As TranslationCollection
[GuidAttribute("2F2699BD-B28C-4d39-A0B1-D76EEF27B7E1")]
public class TranslationCollection : ModelComponentCollection
[GuidAttribute(L"2F2699BD-B28C-4d39-A0B1-D76EEF27B7E1")]
public ref class TranslationCollection : public ModelComponentCollection
[<GuidAttribute("2F2699BD-B28C-4d39-A0B1-D76EEF27B7E1")>]
type TranslationCollection =
class
inherit ModelComponentCollection
end
public class TranslationCollection extends ModelComponentCollection
El tipo TranslationCollection expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Gets the number of ModelComponent objects in the ModelComponentCollection. (Se hereda de ModelComponentCollection.) | |
DemandLoadingService | Infraestructura. Gets the demand loading service for the collection. (Se hereda de ModelComponentCollection.) | |
IsFixedSize | Gets a value indicating whether the ModelComponentCollection has a fixed size. (Se hereda de ModelComponentCollection.) | |
IsReadOnly | Gets a value indicating whether the ModelComponentCollection is read-only. (Se hereda de ModelComponentCollection.) | |
IsSynchronized | Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe). (Se hereda de ModelComponentCollection.) | |
Item | Gets the Translation at the specified index from the collection. | |
ItemsType | Infraestructura. Gets the Type of objects that can be contained by the TranslationCollection. (Invalida ModelComponentCollection.ItemsType.) | |
Parent | Gets the IModelComponent that contains the ModelComponentCollection. (Se hereda de ModelComponentCollection.) | |
Preloadable | Infraestructura. Gets a value indicating whether the collection can be preloaded. (Se hereda de ModelComponentCollection.) | |
SyncRoot | Gets an object that can be used to synchronize access to the ModelComponentCollection. (Se hereda de ModelComponentCollection.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Add(Int32) | Creates and adds a Translation, with the specified language, to the end of the collection. | |
Add(ModelComponent) | Infraestructura. Adds a ModelComponent object to the ModelComponentCollection. (Se hereda de ModelComponentCollection.) | |
Add(Translation) | Adds a Translation to the end of the collection. | |
Add(String, IModelComponent) | Infraestructura. Adds a IModelComponent object to the ModelComponentCollection. (Se hereda de ModelComponentCollection.) | |
Add(Int32, String) | Creates and adds a Translation, with the specified language and caption, to the end of the collection. | |
Add(ModelComponent, Boolean) | Infraestructura. Adds a ModelComponent object to the ModelComponentCollection. (Se hereda de ModelComponentCollection.) | |
Add(String, IModelComponent, Boolean) | Infraestructura. Adds a IModelComponent object to the ModelComponentCollection. (Se hereda de ModelComponentCollection.) | |
AddNew(String, Type) | Infraestructura. Adds a new IModelComponent to the collection. (Se hereda de ModelComponentCollection.) | |
AddNew(String, String, Type) | Infraestructura. Adds a new IModelComponent to the collection. (Se hereda de ModelComponentCollection.) | |
CanAdd | Infraestructura. Indicates whether the collection can add a ModelComponent. (Se hereda de ModelComponentCollection.) | |
ChangeKey | Infraestructura. Changes the specified keys to the collection. (Se hereda de ModelComponentCollection.) | |
Clear | Removes all elements from the ModelComponentCollection. (Se hereda de ModelComponentCollection.) | |
Contains(String) | Determines whether an item with the specified key is in the ModelComponentCollection. (Se hereda de ModelComponentCollection.) | |
Contains(Int32) | Indicates whether the collection contains a Translation with the specified language. | |
Contains(IModelComponent) | Determines whether the specified item is in the collection. (Se hereda de ModelComponentCollection.) | |
Contains(Translation) | Indicates whether the collection contains a specified Translation. | |
CopyTo | Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array. (Se hereda de ModelComponentCollection.) | |
EnsureLoaded | Infraestructura. Ensures the collection is loaded. (Se hereda de ModelComponentCollection.) | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
FindByLanguage | Indicates whether the collection contains a Translation with the specified language. | |
GetByLanguage | Indicates whether the collection contains a Translation with the specified language. | |
GetEnumerator | Returns an enumerator that can iterate through the ModelComponentCollection. (Se hereda de ModelComponentCollection.) | |
GetHashCode | (Se hereda de Object.) | |
GetItem | Gets a reference to the specified component. (Se hereda de ModelComponentCollection.) | |
GetType | (Se hereda de Object.) | |
IndexOf(String) | Returns the zero-based index of the first occurrence of an IModelComponent that has the specified key in the ModelComponentCollection. (Se hereda de ModelComponentCollection.) | |
IndexOf(Int32) | Gets the index of a Translation, with the specified language. | |
IndexOf(IModelComponent) | Searches for the specified item and returns its zero-based index within the collection. (Se hereda de ModelComponentCollection.) | |
IndexOf(Translation) | Gets the index of a specified Translation. | |
Insert(Int32, ModelComponent) | Infraestructura. Inserts an ModelComponent in the ModelComponentCollection. (Se hereda de ModelComponentCollection.) | |
Insert(Int32, Translation) | Inserts a Translation into the collection at the specified index. | |
Insert(Int32, Int32) | Creates and inserts a Translation, with the specified language, into the collection at the specified index. | |
Insert(IModelComponent, String, Int32) | Infraestructura. Inserts an IModelComponent in the ModelComponentCollection. (Se hereda de ModelComponentCollection.) | |
Insert(IModelComponent, String, Int32, Boolean) | Infraestructura. Inserts an IModelComponent in the ModelComponentCollection. (Se hereda de ModelComponentCollection.) | |
MemberwiseClone | (Se hereda de Object.) | |
Move(Int32, Int32) | Moves a Translation at the current specified index to a new specified index in the collection. | |
Move(Translation, Int32) | Moves a Translation to a new index in the collection. | |
Remove(Int32) | Removes the Translation, with the specified language, from the collection. | |
Remove(IModelComponent) | Removes the specified IModelComponent from the collection. (Se hereda de ModelComponentCollection.) | |
Remove(Translation) | Removes the specified Translation from the collection. | |
Remove(Int32, Boolean) | Infraestructura. Removes the Translation, with the specified language, from the collection. | |
Remove(Translation, Boolean) | Infraestructura. Removes the specified Translation from the collection. | |
RemoveAt(Int32) | Removes the IModelComponent at the specified index from the ModelComponentCollection. (Se hereda de ModelComponentCollection.) | |
RemoveAt(Int32, Boolean) | Infraestructura. Removes the IModelComponent at the specified index from the ModelComponentCollection. (Se hereda de ModelComponentCollection.) | |
ToString | (Se hereda de Object.) |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
CollectionChanged | Infraestructura. Occurs when the collection changes. (Se hereda de ModelComponentCollection.) | |
CollectionChanging | Infraestructura. Occurs when the collection is changing. (Se hereda de ModelComponentCollection.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IList.Add | Adds an item to the collection. (Se hereda de ModelComponentCollection.) | |
IList.Clear | Removes all items from the collection. (Se hereda de ModelComponentCollection.) | |
IList.Contains | Indicates whether the collection contains a specific value. (Se hereda de ModelComponentCollection.) | |
IList.IndexOf | Determines the index of a specific item in the collection. (Se hereda de ModelComponentCollection.) | |
IList.Insert | Inserts an item to the collection at the specified index. (Se hereda de ModelComponentCollection.) | |
IList.Item | Gets or sets the element at the specified index. (Se hereda de ModelComponentCollection.) | |
IList.Remove | Removes the first occurrence of a specified object from the collection. (Se hereda de ModelComponentCollection.) | |
IList.RemoveAt | Removes the item at the specified index. (Se hereda de ModelComponentCollection.) | |
IModelComponentCollection.Contains | Indicates whether the collection contains a specific value. (Se hereda de ModelComponentCollection.) | |
IModelComponentCollection.Remove(IModelComponent) | Removes the first occurrence of a specific IModelComponent from the ModelComponentCollection. (Se hereda de ModelComponentCollection.) | |
IModelComponentCollection.Remove(IModelComponent, Boolean) | Removes the first occurrence of a specific IModelComponent from the ModelComponentCollection. (Se hereda de ModelComponentCollection.) | |
IOnDemandLoadableCollection.BlockOnDemandLoad | Specifies the blocked demand load. (Se hereda de ModelComponentCollection.) | |
IOnDemandLoadableCollection.Loaded | Gets or sets a value that indicates whether the collection is loaded. (Se hereda de ModelComponentCollection.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.