SPUsageProvider.ProvisionSchema property

Indicates whether this usage provider should have schema provision in the logging store.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property ProvisionSchema As Boolean
    Get
'Usage
Dim instance As SPUsageProvider
Dim value As Boolean

value = instance.ProvisionSchema
public virtual bool ProvisionSchema { get; }

Property value

Type: System.Boolean
A Boolean value = true if this usage provider should have schema provision in the logging store.

See also

Reference

SPUsageProvider class

SPUsageProvider members

Microsoft.SharePoint.Administration namespace