SqlCeSyncTableProvisioningCollection::Item Property (String)

Gets a SqlCeSyncTableProvisioning object with the specified name from the collection.

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

public:
property SqlCeSyncTableProvisioning^ default[String^ globalTableName] {
	SqlCeSyncTableProvisioning^ get (String^ globalTableName);
}

Parameters

globalTableName
Type: System::String
The name of the table to add to the collection.

ExceptionCondition
ArgumentException

globalTableName is a nullptr.

Show: