Compartir a través de


PopulationCompletionAge Propiedad

Gets the time since the last successful full-text catalog population.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property PopulationCompletionAge As TimeSpan
    Get
'Uso
Dim instance As FullTextCatalog
Dim value As TimeSpan

value = instance.PopulationCompletionAge
[SfcPropertyAttribute]
public TimeSpan PopulationCompletionAge { get; }
[SfcPropertyAttribute]
public:
property TimeSpan PopulationCompletionAge {
    TimeSpan get ();
}
[<SfcPropertyAttribute>]
member PopulationCompletionAge : TimeSpan
function get PopulationCompletionAge () : TimeSpan

Valor de la propiedad

Tipo: System. . :: . .TimeSpan
A Timespan system object value that specifies the time since the last successful full-text catalog population.

Notas

The Timespan value 00:00:00 is returned if there has not yet been a successful population.