SqlSyncProviderAdapterConfigurationCollection::Item Property (String)
An indexer property that gets the SqlSyncProviderAdapterConfiguration object that is associated with the specified table.
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
public: property SqlSyncProviderAdapterConfiguration^ default[String^ globalTableName] { SqlSyncProviderAdapterConfiguration^ get (String^ globalTableName); }
Parameters
- globalTableName
- Type: System::String
The name of the table to look up.
Property Value
Type: Microsoft.Synchronization.Data.SqlServer::SqlSyncProviderAdapterConfigurationThe SqlSyncProviderAdapterConfiguration object that is associated with globalTableName. Returns nullptr if the specified table is not found.
Show: