Partager via


KillStatement.WithStatusOnly, propriété

Obtient ou définit une valeur qui indique si WITH STATUSONLY est spécifié.

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

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

KillStatement Classe

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