SPUsageApplication.UsageDatabase property
The usage database of this application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property UsageDatabase As SPUsageDatabase
Get
Set
'Usage
Dim instance As SPUsageApplication
Dim value As SPUsageDatabase
value = instance.UsageDatabase
instance.UsageDatabase = value
public SPUsageDatabase UsageDatabase { get; set; }
Property value
Type: Microsoft.SharePoint.Administration.SPUsageDatabase
An SPUsageDatabase object.