Udostępnij za pośrednictwem


SyncSchemaForeignKeys.Item Property (Int32)

Gets a SyncSchemaForeignKey object from the collection at the specified index.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As SyncSchemaForeignKey
'Usage
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)

Parameters

Property Value

The SyncSchemaForeignKey object at the specified index.

See Also

Reference

SyncSchemaForeignKeys Class
SyncSchemaForeignKeys Members
Microsoft.Synchronization.Data Namespace