SPClickthroughUsageDefinition.Columns-Eigenschaft
HINWEIS: Diese API ist veraltet.
Eine Liste, die Spaltennamen und SQL-Datenbank zum Speichern von Daten für dieses verwendungsanbieter verwendet.
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; }
Eigenschaftswert
Typ: System.Collections.Generic.IList<SPColumnDefinition>
Eine IList<T> mit Spalte namens- und Datenbank Typinformationen.
Implementiert
Siehe auch
Referenz
SPClickthroughUsageDefinition Klasse