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

See Also

Reference

StopRestoreOption Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace