SqlSyncProviderAdapterParametersCollection::Item Property (String)

An indexer property that gets the parameters that are associated with the specified table.

Namespace:  Microsoft.Synchronization.Data.SqlServer
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::SqlSyncProviderAdapterParameters
Returns the parameters that are associated with the table specified by tableName.
Show: