Share via


SPUsageProvider.Columns Property

A list that defines the columns used to store data for this usage provider.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

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

Property Value

Type: System.Collections.Generic.IList<SPColumnDefinition>
A IList<T> object.

Implements

ILoggingProvider.Columns

Remarks

Important

The return value of this property ought to be static. Dynamic schema are not supported.

See Also

Reference

SPUsageProvider Class

SPUsageProvider Members

Microsoft.SharePoint.Administration Namespace