Compartir a través de


FullTextCatalog.PopulationCompletionDate Propiedad

Gets the date and time of 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(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PopulationCompletionDate As DateTime 
    Get
'Uso
Dim instance As FullTextCatalog 
Dim value As DateTime 

value = instance.PopulationCompletionDate
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public DateTime PopulationCompletionDate { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property DateTime PopulationCompletionDate {
    DateTime get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member PopulationCompletionDate : DateTime
function get PopulationCompletionDate () : DateTime

Valor de la propiedad

Tipo: System.DateTime
A DateTime system object value that specifies the date and time of the last successful full-text catalog population

Comentarios

The value MinValue is returned if there has not yet been a successful population.

Ejemplos

Implementar la búsqueda de texto completo

Vea también

Referencia

FullTextCatalog Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Introducción a la búsqueda de texto completo

CREATE FULLTEXT CATALOG (Transact-SQL)