次の復元操作を続行するかどうかを示す値を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.SmoExtended (Microsoft.SqlServer.SmoExtended.dll)
構文
'宣言
Public Property Continue As Boolean
Get
Set
'使用
Dim instance As NextRestoreEventArgs
Dim value As Boolean
value = instance.Continue
instance.Continue = value
public bool Continue { get; set; }
public:
property bool Continue {
bool get ();
void set (bool value);
}
member Continue : bool with get, set
function get Continue () : boolean
function set Continue (value : boolean)
プロパティ値
型: System.Boolean
続行する場合は true、それ以外の場合は false です。