Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the Boolean property value that specifies whether to keep the replay results.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Public Property KeepResults As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: 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.
Beispiele
Siehe auch
Verweis
Microsoft.SqlServer.Management.Trace-Namespace