Share via


SPClickthroughUsageDefinition.Columns property

NOTE: This API is now obsolete.

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)

Syntax

'Declaration
<ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")> _
Public Overrides ReadOnly Property Columns As IList(Of SPColumnDefinition)
    Get
'Usage
Dim instance As SPClickthroughUsageDefinition
Dim value As IList(Of SPColumnDefinition)

value = instance.Columns
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
public override IList<SPColumnDefinition> Columns { get; }

Property value

Type: System.Collections.Generic.IList<SPColumnDefinition>
A IList<T> containing column name and database type information..

Implements

ILoggingProvider.Columns

See also

Reference

SPClickthroughUsageDefinition class

SPClickthroughUsageDefinition members

Microsoft.SharePoint.Administration namespace