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 or sets the name, not 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
<XmlAttributeAttribute("TrackingTable")> _
Public Property TrackingTableName As String
'Usage
Dim instance As SqlCeSyncProviderAdapterConfiguration
Dim value As String
value = instance.TrackingTableName
instance.TrackingTableName = value
[XmlAttributeAttribute("TrackingTable")]
public string TrackingTableName { get; set; }
[XmlAttributeAttribute(L"TrackingTable")]
public:
property String^ TrackingTableName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_TrackingTableName ()
/** @property */
public void set_TrackingTableName (String value)
public function get TrackingTableName () : String
public function set TrackingTableName (value : 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