Partager via


StopRestoreOption.IsStopAt, propriété

Obtient ou définit si STOPATMARK est l'option.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean
Retourne la valeur True pour STOPATMARK ; False pour STOPBEFOREMARK.

Sécurité .NET Framework

Voir aussi

Référence

StopRestoreOption Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms