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 命名空间