DbSyncContext::BatchFileName Property
Gets or sets the name of the file to which spooled changes are written.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property String^ BatchFileName { String^ get (); void set (String^ value); }
Property Value
Type: System::StringThe name of the file to which spooled changes are written. Returns null if IsDataBatched is false.
Show: