FullTextCatalog.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(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PopulationCompletionDate As DateTime
Get
'用途
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
屬性值
型別: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.
範例
請參閱
參考
Microsoft.SqlServer.Management.Smo 命名空間