Package.EnableDump-Eigenschaft
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Specify if the dump file generation is enabled.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property EnableDump As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
true if the dump file generation is enabled; otherwise, false.