BatchFileName propriété
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
Public Property BatchFileName As String
Get
Set
'Utilisation
Dim instance As DbSyncContext
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)
Valeur de la propriété
Type : System. . :: . .String
Nom du fichier dans lequel les modifications mises en attente sont écrites. Retourne Null si IsDataBatched est False.