ILoggingProvider.Columns property

A list that provides the column name and sql database type used to store data for the corresponding logging store object.

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

Syntax

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

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

Property value

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

Remarks

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

See also

Reference

ILoggingProvider interface

ILoggingProvider members

Microsoft.SharePoint.Administration namespace