Поделиться через


Свойство 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