다음을 통해 공유


IndexSchema.FieldNames 속성

이 인덱스를 정의하는 필드 이름의 목록을 가져옵니다.

네임스페이스: Microsoft.Synchronization.MetadataStorage
어셈블리: microsoft.synchronization.metadatastorage.dll의 Microsoft.Synchronization.MetadataStorage

구문

‘선언
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 네임스페이스