共用方式為


DbSyncBatchInfo.Id 屬性

取得或設定可唯一識別批次的識別碼。

此屬性與 CLS 不相容。  

命名空間: Microsoft.Synchronization.Data
組件: Microsoft.Synchronization.Data (在 microsoft.synchronization.data.dll)

語法

'宣告
Public Property Id As String
'用途
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)

屬性值

可唯一識別批次的識別碼。

請參閱

參考

DbSyncBatchInfo 類別
DbSyncBatchInfo 成員
Microsoft.Synchronization.Data 命名空間