Condividi tramite


Proprietà DbSyncContext.BatchFileName

Ottiene o imposta il nome del file in cui sono scritte le modifiche di cui è stato eseguito lo spooling.

Spazio dei nomi: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Sintassi

'Dichiarazione
<SuppressMessageAttribute("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly")> _
Public Property BatchFileName As String
'Utilizzo
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)

Valore proprietà

Nome del file in cui sono scritte le modifiche di cui è stato eseguito lo spooling. Restituisce Null se IsDataBatched è false.

Vedere anche

Riferimento

Classe DbSyncContext
Membri DbSyncContext
Spazio dei nomi Microsoft.Synchronization.Data