Поделиться через


Свойство 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