取得或設定要寫入多工緩衝處理變更的檔案名稱。
命名空間: Microsoft.Synchronization.Data
組件: Microsoft.Synchronization.Data (在 microsoft.synchronization.data.dll)
語法
'宣告
<SuppressMessageAttribute("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly")> _
Public Property BatchFileName As String
'用途
Dim instance As DbSyncContext
Dim value As String
value = instance.BatchFileName
instance.BatchFileName = value
[SuppressMessageAttribute("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly")]
public string BatchFileName { get; set; }
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1702:CompoundWordsShouldBeCasedCorrectly")]
public:
property String^ BatchFileName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_BatchFileName ()
/** @property */
public void set_BatchFileName (String value)
public function get BatchFileName () : String
public function set BatchFileName (value : String)
屬性值
要寫入多工緩衝處理變更的檔案名稱。如果 IsDataBatched 為 false,則傳回 Null。
請參閱
參考
DbSyncContext 類別
DbSyncContext 成員
Microsoft.Synchronization.Data 命名空間