Partilhar via


Propriedade EndConversationStatement.WithCleanup

Obtém ou define se a opção de limpeza com é especificada.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean
Retorna true se a opção de limpeza com for especificado, FALSO caso contrário.

Segurança do .NET Framework

Consulte também

Referência

EndConversationStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql