UndoFileName プロパティ
復旧中にロールバックされるコミットされていないトランザクションを格納するために使用される UNDO ファイルの名前を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.SmoExtended (Microsoft.SqlServer.SmoExtended.dll)
構文
'宣言
Public Property UndoFileName As String
Get
Set
'使用
Dim instance As Backup
Dim value As String
value = instance.UndoFileName
instance.UndoFileName = value
public string UndoFileName { get; set; }
public:
property String^ UndoFileName {
String^ get ();
void set (String^ value);
}
member UndoFileName : string with get, set
function get UndoFileName () : String
function set UndoFileName (value : String)
プロパティ値
型: System. . :: . .String
UNDO ファイル名を示す String 値です。