SetUserStatement.WithNoReset-Eigenschaft

Ruft ab bzw. legt fest, ob WITH NORESET verwendet wird.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property WithNoReset As Boolean
    Get
    Set
public bool WithNoReset { get; set; }
public:
property bool WithNoReset {
    bool get ();
    void set (bool value);
}
member WithNoReset : bool with get, set
function get WithNoReset () : boolean
function set WithNoReset (value : boolean)

Eigenschaftswert

Typ: System.Boolean
Gibt true zurück, wenn WITH NORESET verwendet wird, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

SetUserStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace