Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the Boolean property value that specifies whether to keep the replay results.
Espacio de nombres: Microsoft.SqlServer.Management.Trace
Ensamblado: Microsoft.SqlServer.ConnectionInfoExtended (en Microsoft.SqlServer.ConnectionInfoExtended.dll)
Sintaxis
'Declaración
Public Property KeepResults As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: 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.
Ejemplos
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Trace