SqlCeSyncProviderAdapterConfiguration.QuotedTrackingTableName Property
Gets the name, including database-specific delimiters, of the tracking table for a specific base table.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in microsoft.synchronization.data.sqlserverce.dll)
Syntax
'Declaration
Public ReadOnly Property QuotedTrackingTableName As String
'Usage
Dim instance As SqlCeSyncProviderAdapterConfiguration
Dim value As String
value = instance.QuotedTrackingTableName
public string QuotedTrackingTableName { get; }
public:
property String^ QuotedTrackingTableName {
String^ get ();
}
/** @property */
public String get_QuotedTrackingTableName ()
public function get QuotedTrackingTableName () : String
Property Value
The name of the tracking table for a specific base table.
See Also
Reference
SqlCeSyncProviderAdapterConfiguration Class
SqlCeSyncProviderAdapterConfiguration Members
Microsoft.Synchronization.Data.SqlServerCe Namespace