Compartilhar via


SyncSchemaColumns.Item Property (String)

Gets a SyncSchemaColumn object from the collection when given a column name.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    columnName As String _
) As SyncSchemaColumn
public SyncSchemaColumn this [
    string columnName
] { get; }
public:
property SyncSchemaColumn^ default [String^] {
    SyncSchemaColumn^ get (String^ columnName);
}
/** @property */
public SyncSchemaColumn get_Item (String columnName)

Parameters

  • columnName
    The name of the SyncSchemaColumn object to get from the SyncSchemaColumn collection.

Property Value

The SyncSchemaColumn object in the collection with the specified name. Returns a null value if the column does not exist.

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