Dela via


KillStatement.WithStatusOnly Property

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
'Usage
Dim instance As KillStatement 
Dim value As Boolean 

value = instance.WithStatusOnly

instance.WithStatusOnly = value
public bool WithStatusOnly { get; set; }
public:
property bool WithStatusOnly {
    bool get ();
    void set (bool value);
}
public function get WithStatusOnly () : boolean 
public function set WithStatusOnly (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

KillStatement Class

KillStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace