Proprietà Package.DumpDescriptor

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

Specify when a dump file should be generated.

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

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public Property DumpDescriptor As String 
    Get 
    Set
'Utilizzo
Dim instance As Package 
Dim value As String 

value = instance.DumpDescriptor

instance.DumpDescriptor = value
[BrowsableAttribute(false)]
public string DumpDescriptor { get; set; }
[BrowsableAttribute(false)]
public:
property String^ DumpDescriptor {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member DumpDescriptor : string with get, set
function get DumpDescriptor () : String 
function set DumpDescriptor (value : String)

Valore proprietà

Tipo: System.String
A value that specifies when a dump file should be generated.

Vedere anche

Riferimento

Package Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime