Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.