Clase TraceColumnCollection
Contains a collection of TraceColumn objects. This class cannot be inherited.
Jerarquía de herencia
System. . :: . .Object
Microsoft.AnalysisServices..::..TraceColumnCollection
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<GuidAttribute("83BC7AED-4D6F-4e61-B396-565A491185FB")> _
Public NotInheritable Class TraceColumnCollection _
Implements ICollection, IEnumerable
'Uso
Dim instance As TraceColumnCollection
[GuidAttribute("83BC7AED-4D6F-4e61-B396-565A491185FB")]
public sealed class TraceColumnCollection : ICollection,
IEnumerable
[GuidAttribute(L"83BC7AED-4D6F-4e61-B396-565A491185FB")]
public ref class TraceColumnCollection sealed : ICollection,
IEnumerable
[<SealedAttribute>]
[<GuidAttribute("83BC7AED-4D6F-4e61-B396-565A491185FB")>]
type TraceColumnCollection =
class
interface ICollection
interface IEnumerable
end
public final class TraceColumnCollection implements ICollection, IEnumerable
El tipo TraceColumnCollection expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Gets the number of TraceColumn objects in the collection. | |
Item | Gets the TraceColumn at the specified index. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Add | Adds a TraceColumn to the end of the collection. | |
Clear | Removes all elements from the collection. | |
Contains | Indicates whether the collection contains a specified TraceColumn. | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
Remove | Infraestructura. Removes the specified TraceColumn from the collection. | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ICollection. . :: . .CopyTo | ||
IEnumerable. . :: . .GetEnumerator | ||
ICollection. . :: . .IsSynchronized | ||
ICollection. . :: . .SyncRoot |
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.