Package.EnableDump 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Specify if the dump file generation is enabled.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public Property EnableDump As Boolean 
    Get 
    Set
用法
Dim instance As Package 
Dim value As Boolean 

value = instance.EnableDump

instance.EnableDump = value
[BrowsableAttribute(false)]
public bool EnableDump { get; set; }
[BrowsableAttribute(false)]
public:
property bool EnableDump {
    bool get ();
    void set (bool value);
}
[<BrowsableAttribute(false)>]
member EnableDump : bool with get, set
function get EnableDump () : boolean 
function set EnableDump (value : boolean)

属性值

类型:System.Boolean
true if the dump file generation is enabled; otherwise, false.

请参阅

参考

Package 类

Microsoft.SqlServer.Dts.Runtime 命名空间