Aracılığıyla paylaş


EndConversationStatement.WithCleanup Özellik

Alır veya ile temizleme seçeneği belirtilen olup olmadığını ayarlar.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

'Bildirim
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)

Özellik Değeri

Tür: System.Boolean
İLE temizleme seçeneği, belirtilen, false Aksi takdirde ise true deðerini verir.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

EndConversationStatement Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı