次の方法で共有


EndConversationStatement.WithCleanup プロパティ

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

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property WithCleanup As Boolean 
    Get 
    Set
'使用
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);
}
member WithCleanup : bool with get, set
function get WithCleanup () : boolean 
function set WithCleanup (value : boolean)

プロパティ値

型: System.Boolean
WITH CLEANUP オプションが指定されている場合は true、それ以外の場合は false。

関連項目

参照

EndConversationStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間