Share via


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.

전체 텍스트 검색 구현

참고 항목

참조

FullTextCatalog 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

전체 텍스트 검색 개요

CREATE FULLTEXT CATALOG(Transact-SQL)