Condividi tramite


Proprietà KillStatement.WithStatusOnly

Ottiene o imposta un valore che indica se WITH STATUSONLY è specificato.

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 WithStatusOnly As Boolean
    Get
    Set
public bool WithStatusOnly { get; set; }
public:
property bool WithStatusOnly {
    bool get ();
    void set (bool value);
}
member WithStatusOnly : bool with get, set
function get WithStatusOnly () : boolean
function set WithStatusOnly (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

KillStatement Classe

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