Share via


DbBatchSpooledEventArgs.BatchFileName Property

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
Public Property BatchFileName As String
    Get
    Set
'Usage
Dim instance As DbBatchSpooledEventArgs
Dim value As String

value = instance.BatchFileName

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

Property Value

Type: System.String
The name of the file to which spooled changes are written.

See Also

Reference

DbBatchSpooledEventArgs Class

Microsoft.Synchronization.Data Namespace