StopRestoreOption.IsStopAt Property
Gets or sets whether STOPATMARK is the option.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property IsStopAt As Boolean
public bool IsStopAt { get; set; }
public:
property bool IsStopAt {
bool get ();
void set (bool value);
}
member IsStopAt : bool with get, set
function get IsStopAt () : boolean
function set IsStopAt (value : boolean)
Property Value
Type: System.Boolean
Returns true in case of STOPATMARK, false in case of STOPBEFOREMARK.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.