SPSiteInventoryUsageProvider.Columns Property

A list that provides the column name and SQL database type 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 Overrides ReadOnly Property Columns As IList(Of SPColumnDefinition)
    Get
'Usage
Dim instance As SPSiteInventoryUsageProvider
Dim value As IList(Of SPColumnDefinition)

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

Property Value

Type: System.Collections.Generic.IList<SPColumnDefinition>
A IList<T> collection of columns.

Implements

ILoggingProvider.Columns

See Also

Reference

SPSiteInventoryUsageProvider Class

SPSiteInventoryUsageProvider Members

Microsoft.SharePoint.Administration Namespace