次の方法で共有


ParameterInfo.IncludeInDebugDump プロパティ

ユーザー定義変数またはシステム変数の変数値がデバッグ ダンプ ファイルに含まれているかどうかを示す値を取得します。値の設定も可能です。

名前空間:  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、それ以外の場合は false。

関連項目

参照

ParameterInfo クラス

Microsoft.SqlServer.Dts.Runtime 名前空間