หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets a collection that contains all the columns in the event.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property Columns As TraceColumnCollection
Get
'Usage
Dim instance As TraceEvent
Dim value As TraceColumnCollection
value = instance.Columns
public TraceColumnCollection Columns { get; }
public:
property TraceColumnCollection^ Columns {
TraceColumnCollection^ get ();
}
member Columns : TraceColumnCollection
function get Columns () : TraceColumnCollection
Property Value
Type: Microsoft.AnalysisServices.TraceColumnCollection
A collection that contains all the columns in the event.