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.