Application.DumpDescriptor 属性

Gets or sets the dump descriptor for the application.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Property DumpDescriptor As String 
    Get 
    Set
用法
Dim instance As Application 
Dim value As String 

value = instance.DumpDescriptor

instance.DumpDescriptor = value
public string DumpDescriptor { get; set; }
public:
property String^ DumpDescriptor {
    String^ get ();
    void set (String^ value);
}
member DumpDescriptor : string with get, set
function get DumpDescriptor () : String 
function set DumpDescriptor (value : String)

属性值

类型:System.String
The dump descriptor for the application.

请参阅

参考

Application 类

Microsoft.SqlServer.Dts.Runtime 命名空间