Compartilhar via


SPDiagnosticsULSProvider.Columns Property

This method is called to get a two-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 Overrides ReadOnly Property Columns As IList(Of SPColumnDefinition)
    Get
'Usage
Dim instance As SPDiagnosticsULSProvider
Dim value As IList(Of SPColumnDefinition)

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

Property Value

Type: System.Collections.Generic.IList<SPColumnDefinition>
Returns aIList<T>, 2-dimensional string array representing the column name and data type of the table schema.

Implements

ILoggingProvider.Columns

See Also

Reference

SPDiagnosticsULSProvider Class

SPDiagnosticsULSProvider Members

Microsoft.SharePoint.Diagnostics Namespace