共用方式為


TraceColumnCollection 類別

Contains a collection of TraceColumn objects. This class cannot be inherited.

繼承階層

System.Object
  Microsoft.AnalysisServices.TraceColumnCollection

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<GuidAttribute("83BC7AED-4D6F-4e61-B396-565A491185FB")> _
Public NotInheritable Class TraceColumnCollection _
    Implements ICollection, IEnumerable
'用途
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

TraceColumnCollection 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Count Gets the number of TraceColumn objects in the collection.
公用屬性 Item Gets the TraceColumn at the specified index.

上層

方法

  名稱 說明
公用方法 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 (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 Remove 基礎結構。Removes the specified TraceColumn from the collection.
公用方法 ToString (繼承自 Object。)

上層

明確 繼承 實作

  名稱 說明
明確介面實作私用方法 ICollection.CopyTo Copies the elements of the collection to an Array, starting at a particular index.
明確介面實作私用方法 IEnumerable.GetEnumerator Returns an enumerator that iterates through a collection.
明確介面實作私用屬性 ICollection.IsSynchronized Gets a value that indicates whether access to the TraceColumnCollection is synchronized.
明確介面實作私用屬性 ICollection.SyncRoot Gets an object that can be used to synchronize access to the TraceColumnCollection.

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.AnalysisServices 命名空間