Compartir a través de


SetUserStatement.WithNoReset Propiedad

Gets or sets a value that indicates whether WITH NORESET is specified.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property WithNoReset As Boolean 
    Get 
    Set
'Uso
Dim instance As SetUserStatement 
Dim value As Boolean 

value = instance.WithNoReset

instance.WithNoReset = value
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)

Valor de la propiedad

Tipo: System.Boolean
true if WITH NORESET is specified; otherwise, false.

Vea también

Referencia

SetUserStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom