Propriedade do RDL FullTextCatalog.PopulationCompletionDate
Gets the date and time of the last successful full-text catalog population.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: System.DateTime
A DateTime system object value that specifies the date and time of the last successful full-text catalog population
Comentários
The value MinValue is returned if there has not yet been a successful population.
Exemplos
Implementando a pesquisa de texto completo
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo