Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.