TraceEvent.Columns Property

 

Applies To: SQL Server 2016 Preview

Gets a collection that contains all the columns in the event.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public TraceColumnCollection Columns { get; }
public:
property TraceColumnCollection^ Columns {
    TraceColumnCollection^ get();
}
member Columns : TraceColumnCollection with get
Public ReadOnly Property Columns As TraceColumnCollection

Property Value

Type: Microsoft.AnalysisServices.TraceColumnCollection

A collection that contains all the columns in the event.

See Also

TraceEvent Class
Microsoft.AnalysisServices Namespace

Return to top