SqlSyncTableProvisioningCollection::Item Property (String)
An indexer property that gets a SqlSyncTableProvisioning object with the specified table name from the collection.
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
public: property SqlSyncTableProvisioning^ default[String^ globalTableName] { SqlSyncTableProvisioning^ get (String^ globalTableName); }
Parameters
- globalTableName
- Type: System::String
The name of the table to look up.
Property Value
Type: Microsoft.Synchronization.Data.SqlServer::SqlSyncTableProvisioningThe SqlSyncTableProvisioning object associated with globalTableName. Returns nullptr if the specified table name is not found.
| Exception | Condition |
|---|---|
| ArgumentException | globalTableName is nullptr or empty. |
Show: