QueryOptions.IndexerOption Properti

Definisi

Mendapatkan atau menetapkan nilai yang menentukan apakah indeks sistem atau sistem file digunakan untuk mengambil hasil kueri. Pengindeks dapat mengambil hasil lebih cepat tetapi tidak tersedia di semua lokasi file.

public:
 property IndexerOption IndexerOption { IndexerOption get(); void set(IndexerOption value); };
IndexerOption IndexerOption();

void IndexerOption(IndexerOption value);
public IndexerOption IndexerOption { get; set; }
var indexerOption = queryOptions.indexerOption;
queryOptions.indexerOption = indexerOption;
Public Property IndexerOption As IndexerOption

Nilai Properti

Opsi pengindeks.

Berlaku untuk