Condividi tramite


Proprietà StopRestoreOption.IsStopAt

Ottiene o imposta un valore che indica se l'opzione è STOPATMARK.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean
Restituisce true se si tratta di STOPATMARK, false nel caso di STOPBEFOREMARK.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

StopRestoreOption Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql