SqlSyncAdapterBuilder::QuoteSuffix Property
Specifies the right delimiter (such as a right square bracket) that is used for database object names, such as tables and columns.
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
In some cases, database object names are delimited, such as [TableName] or [ColumnName]. If you specify delimited object names for any of the adapter builder properties, specify delimiters by using QuotePrefix and QuoteSuffix.
Show: