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

属性值

类型:System.Boolean
如果指定 WITH CLEANUP 选项,则返回 true;否则返回 false。

.NET Framework 安全性

请参见

参考

EndConversationStatement 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间