SPQueryUsageDefinition.ProvisionSchema property
NOTE: This API is now obsolete.
Indicates whether this usage provider should have a schema provision in the logging store.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Query usage collection is no longer necessary for the new analytics platform.")> _
Public Overrides ReadOnly Property ProvisionSchema As Boolean
Get
'Usage
Dim instance As SPQueryUsageDefinition
Dim value As Boolean
value = instance.ProvisionSchema
[ObsoleteAttribute("Query usage collection is no longer necessary for the new analytics platform.")]
public override bool ProvisionSchema { get; }
Property value
Type: System.Boolean
A Boolean value = true if this usage provider should have a schema provision in the logging store.