Dela via


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
    Get
'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 index] {
    SyncSchemaForeignKey^ get (int index);
}
member Item : SyncSchemaForeignKey
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

Type: Microsoft.Synchronization.Data.SyncSchemaForeignKey
The SyncSchemaForeignKey object at the specified index.

See Also

Reference

SyncSchemaForeignKeys Class

Item Overload

Microsoft.Synchronization.Data Namespace