SqlSyncProviderAdapterParametersCollection::Item Property (String)
An indexer property that gets the parameters that are associated with the specified table.
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
public: property SqlSyncProviderAdapterParameters^ default[String^ tableName] { SqlSyncProviderAdapterParameters^ get (String^ tableName); }
Parameters
- tableName
- Type: System::String
The name of the table to look up.
Property Value
Type: Microsoft.Synchronization.Data.SqlServer::SqlSyncProviderAdapterParametersReturns the parameters that are associated with the table specified by tableName.
Show: