Share via


Package.DumpDescriptor Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Specify when a dump file should be generated.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property DumpDescriptor As String 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

Package Class

Microsoft.SqlServer.Dts.Runtime Namespace