컬렉션의 지정한 인덱스에 있는 SyncSchemaForeignKey 개체를 가져옵니다.
네임스페이스: Microsoft.Synchronization.Data
어셈블리: microsoft.synchronization.data.dll의 Microsoft.Synchronization.Data
구문
‘선언
Public ReadOnly Default Property Item ( _
index As Integer _
) As SyncSchemaForeignKey
‘사용 방법
Dim instance As SyncSchemaForeignKeys
Dim index As Integer
Dim value As SyncSchemaForeignKey
value = instance(index)
public SyncSchemaForeignKey this [
int index
] { get; }
public:
property SyncSchemaForeignKey^ default [int] {
SyncSchemaForeignKey^ get (int index);
}
/** @property */
public SyncSchemaForeignKey get_Item (int index)
매개 변수
- index
SyncSchemaForeignKeys 컬렉션에서 반환할 SyncSchemaForeignKey 개체의 인덱스(0부터 시작)입니다.
속성 값
지정한 인덱스의 SyncSchemaForeignKey 개체입니다.
참고 항목
참조
SyncSchemaForeignKeys 클래스
SyncSchemaForeignKeys 멤버
Microsoft.Synchronization.Data 네임스페이스