EndConversationStatement.WithCleanup プロパティ

WITH CLEANUP オプションが指定されているかどうかを取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property WithCleanup As Boolean
'使用
Dim instance As EndConversationStatement
Dim value As Boolean

value = instance.WithCleanup

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

プロパティ値

型 : System.Boolean
WITH CLEANUP オプションが指定されている場合は True を返します。それ以外の場合は False を返します。

参照

参照

EndConversationStatement クラス

EndConversationStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間