: Scopes.CompilationPercentComplete (Propiedad) (Microsoft.Office.Server.Search.Administration)
Gets a value indicating the scopes compilation progress.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public ReadOnly Property CompilationPercentComplete As Integer
'Uso
Dim instance As Scopes
Dim value As Integer
value = instance.CompilationPercentComplete
public int CompilationPercentComplete { get; }
Valor de propiedad
A 32-bit integer between 0 and 100 that represents the percent complete progress for the compilation of scopes.
Comentarios
If no scopes compilation is occurring, this value will be 100.
Vea también
Referencia
Scopes (Clase)
Scopes (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)