Freigeben über


DbSyncBatchInfo.Id-Eigenschaft

Ruft eine ID ab, die den Batch eindeutig identifiziert, oder legt diese fest.

Diese Eigenschaft ist nicht CLS-kompatibel.  

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Property Id As String
'Usage
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)

Eigenschaftenwert

Eine ID, die den Batch eindeutig identifiziert.

Siehe auch

Verweis

DbSyncBatchInfo-Klasse
DbSyncBatchInfo-Member
Microsoft.Synchronization.Data-Namespace