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