Package.DumpDescriptor Property

 

Applies To: SQL Server 2016 Preview

This API supports the product 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

[BrowsableAttribute(false)]
public string DumpDescriptor { get; set; }
public:
[BrowsableAttribute(false)]
property String^ DumpDescriptor {
    String^ get();
    void set(String^ value);
}
[<BrowsableAttribute(false)>]
member DumpDescriptor : string with get, set
<BrowsableAttribute(False)>
Public Property DumpDescriptor As String

Property Value

Type: System.String

A value that specifies when a dump file should be generated.

See Also

Package Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top