Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the file to which spooled changes are written.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly")> _
Public Property BatchFileName As String
'Usage
Dim instance As DbSyncContext
Dim value As String
value = instance.BatchFileName
instance.BatchFileName = value
[SuppressMessageAttribute("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly")]
public string BatchFileName { get; set; }
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1702:CompoundWordsShouldBeCasedCorrectly")]
public:
property String^ BatchFileName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_BatchFileName ()
/** @property */
public void set_BatchFileName (String value)
public function get BatchFileName () : String
public function set BatchFileName (value : String)
Property Value
The name of the file to which spooled changes are written. Returns null if IsDataBatched is false.
See Also
Reference
DbSyncContext Class
DbSyncContext Members
Microsoft.Synchronization.Data Namespace