共用方式為


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.