SqlCeSyncTableProvisioningCollection::Item Property (String)
Gets a SqlCeSyncTableProvisioning object with the specified name from the collection.
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.
Property Value
Type: Microsoft.Synchronization.Data.SqlServerCe::SqlCeSyncTableProvisioningA SqlCeSyncTableProvisioning object.
| Exception | Condition |
|---|---|
| ArgumentException | globalTableName is a nullptr. |
Show: