从集合中的指定索引位置获取 SyncSchemaForeignKey 对象。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)
语法
声明
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 对象的从零开始的索引。
属性值
位于指定索引处的 SyncSchemaForeignKey 对象。
请参阅
参考
SyncSchemaForeignKeys 类
SyncSchemaForeignKeys 成员
Microsoft.Synchronization.Data 命名空间