Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the number of seconds that the SQL command can run to update the usage database before it times out.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property UsageInsertionTimeOut As Integer
Get
Set
'Usage
Dim instance As SPUsageApplication
Dim value As Integer
value = instance.UsageInsertionTimeOut
instance.UsageInsertionTimeOut = value
public int UsageInsertionTimeOut { get; set; }
Property Value
Type: System.Int32
The number of seconds that the SQL command can run to update the usage database before it times out.
Remarks
The default value is 900 seconds, or 15 minutes.