SyncSchemaTables.Item 属性 (Int32)

从集合中的指定索引位置获取 SyncSchemaTable 对象。

命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    index As Integer _
) As SyncSchemaTable
用法
Dim instance As SyncSchemaTables
Dim index As Integer
Dim value As SyncSchemaTable

value = instance(index)
public SyncSchemaTable this [
    int index
] { get; }
public:
property SyncSchemaTable^ default [int] {
    SyncSchemaTable^ get (int index);
}
/** @property */
public SyncSchemaTable get_Item (int index)

参数

属性值

位于指定索引处的 SyncSchemaTable 对象。

请参阅

参考

SyncSchemaTables 类
SyncSchemaTables 成员
Microsoft.Synchronization.Data 命名空间