Propriété FullTextCatalog.PopulationCompletionDate
Gets the date and time of the last successful full-text catalog population.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PopulationCompletionDate As DateTime
Get
'Utilisation
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
Valeur de propriété
Type : System.DateTime
A DateTime system object value that specifies the date and time of the last successful full-text catalog population
Notes
The value MinValue is returned if there has not yet been a successful population.
Exemples
Implémentation de la recherche en texte intégral
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo