FullTextCatalog.PopulationCompletionDate Property
Gets the date and time of the last successful full-text catalog population.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property PopulationCompletionDate As DateTime
Get
'Usage
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
Property Value
Type: System.DateTime
A DateTime system object value that specifies the date and time of the last successful full-text catalog population
Remarks
The value MinValue is returned if there has not yet been a successful population.
See Also