SyncSchemaTable::Item Property

Gets the SyncSchemaColumn object that has the specified name from the SyncSchemaColumns collection.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property SyncSchemaColumn^ default[String^ columnName] {
	SyncSchemaColumn^ get (String^ columnName);
}

Parameters

columnName
Type: System::String
The name of the column to get from the SyncSchemaColumns collection.

Property Value

Type: Microsoft.Synchronization.Data::SyncSchemaColumn
A SyncSchemaColumn object that has the specified name.

ExceptionCondition
ArgumentNullException

columnName is a nullptr.

Show: