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 命名空间