FieldNames プロパティ

このインデックスを定義するフィールド名の一覧を取得します。

名前空間:  Microsoft.Synchronization.MetadataStorage
アセンブリ:  Microsoft.Synchronization.MetadataStorage (Microsoft.Synchronization.MetadataStorage.dll 内)

構文

'宣言
Public ReadOnly Property FieldNames As IEnumerable(Of String)
    Get
'使用
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 ();
}
member FieldNames : IEnumerable<string>
function get FieldNames () : IEnumerable<String>

プロパティ値

型 : System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'String> ) > ) >
このインデックスを定義するフィールド名の一覧です。

参照

参照

IndexSchemaクラス

IndexSchema メンバー

Microsoft.Synchronization.MetadataStorage 名前空間