DbSyncContext.BatchFileName プロパティ
スプールされた変更の書き込み先のファイルの名前を取得または設定します。
名前空間: 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 名前空間