SqlSyncAdapterBuilder.UpdateTrackingColumn Property
Gets or sets the column in the base table that is used to track when a row is updated.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
Syntax
'Declaration
Public Property UpdateTrackingColumn As String
Get
Set
'Usage
Dim instance As SqlSyncAdapterBuilder
Dim value As String
value = instance.UpdateTrackingColumn
instance.UpdateTrackingColumn = value
public string UpdateTrackingColumn { get; set; }
public:
property String^ UpdateTrackingColumn {
String^ get ();
void set (String^ value);
}
member UpdateTrackingColumn : string with get, set
function get UpdateTrackingColumn () : String
function set UpdateTrackingColumn (value : String)
Property Value
Type: System.String
The name of the column in the base table.
Examples
For a code example, see SqlSyncAdapterBuilder.