DbSyncBatchInfo.Id 属性
获取或设置唯一标识批的 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)
属性值
唯一标识批的 ID。
请参阅
参考
DbSyncBatchInfo 类
DbSyncBatchInfo 成员
Microsoft.Synchronization.Data 命名空间