PopulationCompletionDate 속성
Gets the date and time of the last successful full-text catalog population.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<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.