Application.EnableDump 속성
Gets or sets whether the application enables dumping.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public Property EnableDump As Boolean
Get
Set
‘사용 방법
Dim instance As Application
Dim value As Boolean
value = instance.EnableDump
instance.EnableDump = value
public bool EnableDump { get; set; }
public:
property bool EnableDump {
bool get ();
void set (bool value);
}
member EnableDump : bool with get, set
function get EnableDump () : boolean
function set EnableDump (value : boolean)
속성 값
유형: System.Boolean
True if the application enables dumping; otherwise, false.