Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the column in the tombstone table that is used to track when a row is deleted.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
Syntax
'Declaration
Public Property DeletionTrackingColumn As String
Get
Set
'Usage
Dim instance As SqlSyncAdapterBuilder
Dim value As String
value = instance.DeletionTrackingColumn
instance.DeletionTrackingColumn = value
public string DeletionTrackingColumn { get; set; }
public:
property String^ DeletionTrackingColumn {
String^ get ();
void set (String^ value);
}
member DeletionTrackingColumn : string with get, set
function get DeletionTrackingColumn () : String
function set DeletionTrackingColumn (value : String)
Property Value
Type: System.String
The name of the column in the tombstone table.
Examples
For a code example, see SqlSyncAdapterBuilder.