KeepResults プロパティ

再生結果を保持するかどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Trace
アセンブリ:  Microsoft.SqlServer.ConnectionInfoExtended (Microsoft.SqlServer.ConnectionInfoExtended.dll)

構文

'宣言
Public Property KeepResults As Boolean
    Get
    Set
'使用
Dim instance As TraceReplayOptions
Dim value As Boolean

value = instance.KeepResults

instance.KeepResults = value
public bool KeepResults { get; set; }
public:
property bool KeepResults {
    bool get ();
    void set (bool value);
}
member KeepResults : bool with get, set
function get KeepResults () : boolean
function set KeepResults (value : boolean)

プロパティ値

型: System. . :: . .Boolean
結果を保持するかどうかを示す Boolean 値です。
True の場合、結果が保持されます。
False (既定値) の場合、結果は保持されません。

使用例

Readme_Tracer