从集合中的指定索引位置获取 SyncSchemaColumn 对象。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
index As Integer _
) As SyncSchemaColumn
用法
Dim instance As SyncSchemaColumns
Dim index As Integer
Dim value As SyncSchemaColumn
value = instance(index)
public SyncSchemaColumn this [
int index
] { get; }
public:
property SyncSchemaColumn^ default [int] {
SyncSchemaColumn^ get (int index);
}
/** @property */
public SyncSchemaColumn get_Item (int index)
参数
- index
要从 SyncSchemaColumn 集合中返回的 SyncSchemaColumn 对象的从零开始的索引。
属性值
指定索引处的列。
请参阅
参考
SyncSchemaColumns 类
SyncSchemaColumns 成员
Microsoft.Synchronization.Data 命名空间