Share via


TraceReplayOptions.KeepResults 속성

Gets or sets the Boolean property value that specifies whether to keep the replay results.

네임스페이스:  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
A Boolean value that specifies whether to keep the results.If True, the results are kept.If False (default), the results are not kept.

Readme_Tracer

참고 항목

참조

TraceReplayOptions 클래스

Microsoft.SqlServer.Management.Trace 네임스페이스

관련 자료

추적 플래그(Transact-SQL)

SQL Server Profiler 템플릿 및 권한