Поделиться через


Свойство IndexSchema.FieldNames

Возвращает список имен полей, определяющий индекс.

Пространство имен: Microsoft.Synchronization.MetadataStorage
Сборка: Microsoft.Synchronization.MetadataStorage (в microsoft.synchronization.metadatastorage.dll)

Синтаксис

'Декларация
Public ReadOnly Property FieldNames As IEnumerable(Of String)
'Применение
Dim instance As IndexSchema
Dim value As IEnumerable(Of String)

value = instance.FieldNames
public IEnumerable<string> FieldNames { get; }
public:
property IEnumerable<String^>^ FieldNames {
    IEnumerable<String^>^ get ();
}
/** @property */
public IEnumerable<String> get_FieldNames ()
public function get FieldNames () : IEnumerable<String>

Значение свойства

Список имен полей, определяющий индекс.

См. также

Справочник

Класс IndexSchema
Элементы IndexSchema
Пространство имен Microsoft.Synchronization.MetadataStorage