Condividi tramite


Proprietà Package.EnableDump

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Specify if the dump file generation is enabled.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public Property EnableDump As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

Package Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime