FullTextUpdateIndex yöntemi
Bu özellik Microsoft SQL Server'ın ilerideki bir sürümünde kaldırılacaktır. Yeni geliştirme işlerinde bu özelliği kullanmaktan kaçının ve bu özelliği kullanmakta olan uygulamalarda değişiklik yapmayı planlayın.
The FullTextUpdateIndex method propagates the current set of tracked changes to Microsoft Search.
Sözdizimi
object
.FullTextUpdateIndex( )
Bölümleri
- nesne
Bir nesneye uygulanan listesinde değerlendirir ifade.
Prototip (c/C++)
HRESULT FullTextUpdateIndex( );
Açıklamalar
If the TableFullTextUpdateIndexOnproperty is set to FALSE, an application must call the FullTextUpdateIndex method to propagate index changes to Microsoft Search.The TableFullTextChangeTrackingOn property also must be set to TRUE.
FullTextUpdateIndex izlenen değişiklikleri geçerli küme temizler.If the TableFullTextUpdateIndexOnproperty is set to TRUE, changes are propagated as a background operation.
Not
Uygulama çağrıları, FullTextUpdateIndex sql Server sürüm 7.0, sabit, SQLDMO_E_SQL80ONLY ve ileti örnek üzerinde "Bu özellik veya yöntem gerektirir Microsoft sql Server 2000 veya daha yenisi" döndürülür.