Proprietà EndConversationStatement.WithCleanup
Ottiene o imposta un valore che indica se è specificata l'opzione CLEANUP.
Spazio dei nomi: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: System.Boolean
Restituisce true se l'opzione CLEANUP è specificata; in caso contrario, false.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.