Поделиться через


KillStatement.WithStatusOnly Property

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

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

Syntax

'Declaration
Public Property WithStatusOnly As Boolean
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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

KillStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace