ParameterInfo.IncludeInDebugDump 속성

Gets a value that indicates whether the variable value for a user-defined variable or a system variable is included in the debug dump files.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public ReadOnly Property IncludeInDebugDump As Boolean 
    Get
‘사용 방법
Dim instance As ParameterInfo 
Dim value As Boolean 

value = instance.IncludeInDebugDump
public bool IncludeInDebugDump { get; }
public:
property bool IncludeInDebugDump {
    bool get ();
}
member IncludeInDebugDump : bool
function get IncludeInDebugDump () : boolean

속성 값

유형: System.Boolean
true if the variable is included in the debug dump files; otherwise, false.

참고 항목

참조

ParameterInfo 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스