共用方式為


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 命名空間