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.

请参阅

参考

NextRestoreEventArgs 类

Microsoft.SqlServer.Management.Smo 命名空间