Share via


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.

Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)

Syntax

'Declaration
Public Property QuoteSuffix As String
public string QuoteSuffix { get; set; }
public:
property String^ QuoteSuffix {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_QuoteSuffix ()

/** @property */
public void set_QuoteSuffix (String value)
public function get QuoteSuffix () : String

public function set QuoteSuffix (value : String)

Property Value

The delimiter, such as a right square bracket.

Remarks

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

SqlSyncAdapterBuilder Class
SqlSyncAdapterBuilder Members
Microsoft.Synchronization.Data.Server Namespace