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.