Compartilhar via


SyncSchemaColumns.Item Property (Int32)

Gets a SyncSchemaColumn 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 SyncSchemaColumn
public SyncSchemaColumn this [
    int index
] { get; }
public:
property SyncSchemaColumn^ default [int] {
    SyncSchemaColumn^ get (int index);
}
/** @property */
public SyncSchemaColumn get_Item (int index)

Parameters

  • index
    The zero-based index of the SyncSchemaColumn object to return from the SyncSchemaColumn collection.

Property Value

The column at the specified index.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

SyncSchemaColumns Class
SyncSchemaColumns Members
Microsoft.Synchronization.Data Namespace