SqlSyncAdapterBuilder.DeletionOriginatorIdColumn Property

Gets or sets the column in the tombstone table that is used to track who deletes a row.

Namespace:  Microsoft.Synchronization.Data.Server
Assembly:  Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)

Syntax

'Declaration
Public Property DeletionOriginatorIdColumn As String
    Get
    Set
'Usage
Dim instance As SqlSyncAdapterBuilder
Dim value As String

value = instance.DeletionOriginatorIdColumn

instance.DeletionOriginatorIdColumn = value
public string DeletionOriginatorIdColumn { get; set; }
public:
property String^ DeletionOriginatorIdColumn {
    String^ get ();
    void set (String^ value);
}
member DeletionOriginatorIdColumn : string with get, set
function get DeletionOriginatorIdColumn () : String
function set DeletionOriginatorIdColumn (value : String)

Property Value

Type: System.String
The name of the column in the tombstone table.

Examples

For a code example, see SqlSyncAdapterBuilder.

See Also

Reference

SqlSyncAdapterBuilder Class

Microsoft.Synchronization.Data.Server Namespace