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.