NextRestoreEventArgs.Continue 屬性
Gets or sets a value indicating whether to continue next Restore Operation.
命名空間: 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 if continue; otherwise, false.