Freigeben über


EndConversationStatement.WithCleanup-Eigenschaft

Ruft ab oder legt fest, ob die WITH CLEANUP-Option angegeben wird.

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

Syntax

'Declaration
Public Property WithCleanup As Boolean
    Get
    Set
public bool WithCleanup { get; set; }
public:
property bool WithCleanup {
    bool get ();
    void set (bool value);
}
member WithCleanup : bool with get, set
function get WithCleanup () : boolean
function set WithCleanup (value : boolean)

Eigenschaftswert

Typ: System.Boolean
Gibt True zurück, wenn die WITH CLEANUP-Option angegeben wird, andernfalls False.

.NET Framework-Sicherheit

Siehe auch

Referenz

EndConversationStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace