SqlSyncProviderAdapterConfiguration.TrackingTableName 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
<XmlAttributeAttribute("TrackingTable")> _
Public Property TrackingTableName As String
'Usage
Dim instance As SqlSyncProviderAdapterConfiguration
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.
Remarks
The default value of TableName_tracking
is typically used for this property.
See Also
Reference
SqlSyncProviderAdapterConfiguration Class
SqlSyncProviderAdapterConfiguration Members
Microsoft.Synchronization.Data.SqlServer Namespace