Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
One of the enumeration values that specifies the cache options of the event stream.
Пространство имен: Microsoft.SqlServer.XEvent.Linq
Сборка: Microsoft.SqlServer.XEvent.Linq (в Microsoft.SqlServer.XEvent.Linq.dll)
Синтаксис
'Декларация
Public Enumeration EventStreamCacheOptions
'Применение
Dim instance As EventStreamCacheOptions
public enum EventStreamCacheOptions
public enum class EventStreamCacheOptions
type EventStreamCacheOptions
public enum EventStreamCacheOptions
Элементы
| Имя элемента | Описание | |
|---|---|---|
| CacheToDisk | The enumeration caches the event stream to disk. | |
| DoNotCache | The enumeration does not cache the event stream to disk. |