Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
- index
Type: System.Int32
The zero-based index of the SyncSchemaForeignKey object to return from the SyncSchemaForeignKeys collection.
Property Value
Type: Microsoft.Synchronization.Data.SyncSchemaForeignKey
The SyncSchemaForeignKey object at the specified index.