StopRestoreOption.IsStopAt-Eigenschaft

Ruft ab bzw. legt fest, ob STOPATMARK die Option ist.

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
    Get
    Set
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)

Eigenschaftswert

Typ: System.Boolean
Gibt true zurück, wenn STOPATMARK die Option ist, bei STOPBEFOREMARK wird false zurückgegeben.

.NET Framework-Sicherheit

Siehe auch

Referenz

StopRestoreOption Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace