Propriété DbSyncContext.BatchFileName
Obtient ou définit le nom du fichier dans lequel les modifications mises en attente sont écrites.
Espace de noms: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (dans microsoft.synchronization.data.dll)
Syntaxe
'Déclaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly")> _
Public Property BatchFileName As String
'Utilisation
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)
Valeur de propriété
Nom du fichier dans lequel les modifications mises en attente sont écrites. Retourne Null si IsDataBatched est false.
Voir aussi
Référence
Classe DbSyncContext
Membres DbSyncContext
Espace de noms Microsoft.Synchronization.Data