SqlSyncAdapterBuilder.CreationOriginatorIdColumn Property

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

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

Syntax

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

value = instance.CreationOriginatorIdColumn

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

Property Value

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

Examples

For a code example, see SqlSyncAdapterBuilder.

See Also

Reference

SqlSyncAdapterBuilder Class

Microsoft.Synchronization.Data.Server Namespace