Share via


SPDistributedCacheCallUsageProvider.Columns property

A 2-dimensional array that provides the column name and sql database type used to store data for this usage provider.

Namespace:  Microsoft.SharePoint.DistributedCaching.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

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

Property value

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

See also

Reference

SPDistributedCacheCallUsageProvider class

SPDistributedCacheCallUsageProvider members

Microsoft.SharePoint.DistributedCaching.Utilities namespace