Clase MiningStructureColumnCollection
Contains a collection of MiningStructureColumn objects. This class cannot be inherited.
Jerarquía de herencia
System. . :: . .Object
Microsoft.AnalysisServices. . :: . .ModelComponentCollection
Microsoft.AnalysisServices. . :: . .NamedComponentCollection
Microsoft.AnalysisServices..::..MiningStructureColumnCollection
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<GuidAttribute("E59C00C9-ED0B-49ec-97E3-7D543D1D190D")> _
Public NotInheritable Class MiningStructureColumnCollection _
Inherits NamedComponentCollection
'Uso
Dim instance As MiningStructureColumnCollection
[GuidAttribute("E59C00C9-ED0B-49ec-97E3-7D543D1D190D")]
public sealed class MiningStructureColumnCollection : NamedComponentCollection
[GuidAttribute(L"E59C00C9-ED0B-49ec-97E3-7D543D1D190D")]
public ref class MiningStructureColumnCollection sealed : public NamedComponentCollection
[<SealedAttribute>]
[<GuidAttribute("E59C00C9-ED0B-49ec-97E3-7D543D1D190D")>]
type MiningStructureColumnCollection =
class
inherit NamedComponentCollection
end
public final class MiningStructureColumnCollection extends NamedComponentCollection
El tipo MiningStructureColumnCollection expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Gets the number of ModelComponent objects in the ModelComponentCollection. (Se hereda de ModelComponentCollection.) | |
DemandLoadingService | Infraestructura. (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[ ( [ ( Int32] ) ] ) | Gets the MiningStructureColumn at the specified index from the collection. | |
Item[ ( [ ( String] ) ] ) | Gets the MiningStructureColumn, with the specified identifier, from the collection. | |
ItemsType | Gets the Type of objects that can be contained by the ModelComponentCollection. (Se hereda de ModelComponentCollection.) | |
Parent | Gets the IModelComponent that contains the ModelComponentCollection. (Se hereda de ModelComponentCollection.) | |
Preloadable | Infraestructura. (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
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
CollectionChanged | Infraestructura. (Se hereda de ModelComponentCollection.) | |
CollectionChanging | Infraestructura. (Se hereda de ModelComponentCollection.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IList. . :: . .Add | (Se hereda de ModelComponentCollection.) | |
IList. . :: . .Clear | (Se hereda de ModelComponentCollection.) | |
IList. . :: . .Contains | (Se hereda de ModelComponentCollection.) | |
IList. . :: . .IndexOf | (Se hereda de ModelComponentCollection.) | |
IList. . :: . .Insert | (Se hereda de ModelComponentCollection.) | |
IList. . :: . .Item | (Se hereda de ModelComponentCollection.) | |
IList. . :: . .Remove | (Se hereda de ModelComponentCollection.) | |
IList. . :: . .RemoveAt | (Se hereda de ModelComponentCollection.) | |
IModelComponentCollection. . :: . .Contains | (Se hereda de ModelComponentCollection.) | |
IModelComponentCollection. . :: . .Remove(IModelComponent) | (Se hereda de ModelComponentCollection.) | |
IModelComponentCollection. . :: . .Remove(IModelComponent, Boolean) | (Se hereda de ModelComponentCollection.) | |
IOnDemandLoadableCollection. . :: . .BlockOnDemandLoad | (Se hereda de ModelComponentCollection.) | |
IOnDemandLoadableCollection. . :: . .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.