SPRatingUsageDefinition.ProvisionSchema property
NOTE: This API is now obsolete.
Indicates whether this usage provider should have schema provision in the logging store or not.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")> _
Public Overrides ReadOnly Property ProvisionSchema As Boolean
Get
'Usage
Dim instance As SPRatingUsageDefinition
Dim value As Boolean
value = instance.ProvisionSchema
[ObsoleteAttribute("Rating 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 provider should have schema provision in the logging store.