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)

public:
property String^ CreationOriginatorIdColumn {
	String^ get ();
	void set (String^ value);
}

Property Value

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

For a code example, see SqlSyncAdapterBuilder.

Show: