Id 属性

获取或设置唯一标识批的 ID。

命名空间:  Microsoft.Synchronization.Data
程序集:  Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)

语法

声明
Public Property Id As String
    Get
    Set
用法
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);
}
member Id : string with get, set
function get Id () : String
function set Id (value : String)

属性值

类型:System. . :: . .String
唯一标识批的 ID。

异常

异常 条件
ArgumentNullException

value 为 null Nothing nullptr unit null 引用(在 Visual Basic 中为 Nothing) 。

ArgumentException

value 为空。

请参阅

参考

DbSyncBatchInfo类

DbSyncBatchInfo 成员

Microsoft.Synchronization.Data 命名空间