Свойство PopulationCompletionDate
Gets the date and time of the last successful full-text catalog population.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public ReadOnly Property PopulationCompletionDate As DateTime
Get
'Применение
Dim instance As FullTextCatalog
Dim value As DateTime
value = instance.PopulationCompletionDate
[SfcPropertyAttribute]
public DateTime PopulationCompletionDate { get; }
[SfcPropertyAttribute]
public:
property DateTime PopulationCompletionDate {
DateTime get ();
}
[<SfcPropertyAttribute>]
member PopulationCompletionDate : DateTime
function get PopulationCompletionDate () : DateTime
Значение свойства
Тип System. . :: . .DateTime
A DateTime system object value that specifies the date and time of the last successful full-text catalog population
Замечания
The value MinValue is returned if there has not yet been a successful population.