Share via


SqlSyncProviderAdapterConfiguration.UnquotedTrackingTableName Property

Gets the name, not including database-specific delimiters, of the tracking table for a specific base table.

Namespace:  Microsoft.Synchronization.Data.SqlServer
Assembly:  Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)

Syntax

'Declaration
Public ReadOnly Property UnquotedTrackingTableName As String
    Get
'Usage
Dim instance As SqlSyncProviderAdapterConfiguration
Dim value As String

value = instance.UnquotedTrackingTableName
public string UnquotedTrackingTableName { get; }
public:
property String^ UnquotedTrackingTableName {
    String^ get ();
}
member UnquotedTrackingTableName : string
function get UnquotedTrackingTableName () : String

Property Value

Type: System.String
The name of the tracking table for a specific base table.

See Also

Reference

SqlSyncProviderAdapterConfiguration Class

Microsoft.Synchronization.Data.SqlServer Namespace