BatchFileName 属性
获取或设置假脱机的变更要写入的文件的名称。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)
语法
声明
Public Property BatchFileName As String
Get
Set
用法
Dim instance As DbBatchSpooledEventArgs
Dim value As String
value = instance.BatchFileName
instance.BatchFileName = value
public string BatchFileName { get; set; }
public:
property String^ BatchFileName {
String^ get ();
void set (String^ value);
}
member BatchFileName : string with get, set
function get BatchFileName () : String
function set BatchFileName (value : String)
属性值
类型:System. . :: . .String
假脱机的变更要写入的文件的名称。