SPDiagnosticsProvider.Columns property

This method is called to get a 2-dimensional string array representing the column name and data type of the table schema.

Namespace:  Microsoft.SharePoint.Diagnostics
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Columns As IList(Of SPColumnDefinition)
    Get
'Usage
Dim instance As SPDiagnosticsProvider
Dim value As IList(Of SPColumnDefinition)

value = instance.Columns
public abstract IList<SPColumnDefinition> Columns { get; }

Property value

Type: System.Collections.Generic.IList<SPColumnDefinition>
Returns IList<T>.

Implements

ILoggingProvider.Columns

Remarks

The return value of this property should be static. Dynamic schemas are not supported.

See also

Reference

SPDiagnosticsProvider class

SPDiagnosticsProvider members

Microsoft.SharePoint.Diagnostics namespace