Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.