Propriété DbSyncBatchInfo.Id
Obtient ou définit un ID qui identifie le lot de façon unique.
Cette propriété n'est pas conforme CLS.
Espace de noms: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (dans microsoft.synchronization.data.dll)
Syntaxe
'Déclaration
Public Property Id As String
'Utilisation
Dim instance As DbSyncBatchInfo
Dim value As String
value = instance.Id
instance.Id = value
public string Id { get; set; }
public:
property String^ Id {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Id ()
/** @property */
public void set_Id (String value)
public function get Id () : String
public function set Id (value : String)
Valeur de propriété
ID qui identifie le lot de façon unique.
Voir aussi
Référence
Classe DbSyncBatchInfo
Membres DbSyncBatchInfo
Espace de noms Microsoft.Synchronization.Data