SearchAnalyticsJobBase.DbIsAvailable property
Gets or sets a Boolean value denoting if the Link database is available or not.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Property DbIsAvailable As Boolean
Get
Set
'Usage
Dim value As Boolean
value = Me.DbIsAvailable
Me.DbIsAvailable = value
protected bool DbIsAvailable { get; set; }
Property value
Type: System.Boolean