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
スプールされた変更の書き込み先のファイルの名前。