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
'Usage
Dim instance As SqlSyncProviderAdapterConfiguration
Dim value As String
value = instance.UnquotedTrackingTableName
public string UnquotedTrackingTableName { get; }
public:
property String^ UnquotedTrackingTableName {
String^ get ();
}
/** @property */
public String get_UnquotedTrackingTableName ()
public function get UnquotedTrackingTableName () : String
Property Value
The name of the tracking table for a specific base table.
See Also
Reference
SqlSyncProviderAdapterConfiguration Class
SqlSyncProviderAdapterConfiguration Members
Microsoft.Synchronization.Data.SqlServer Namespace