Compartir a través de


Enumeración EventStreamCacheOptions

One of the enumeration values that specifies the cache options of the event stream.

Espacio de nombres:  Microsoft.SqlServer.XEvent.Linq
Ensamblado:  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxis

'Declaración
Public Enumeration EventStreamCacheOptions
'Uso
Dim instance As EventStreamCacheOptions
public enum EventStreamCacheOptions
public enum class EventStreamCacheOptions
type EventStreamCacheOptions
public enum EventStreamCacheOptions

Miembros

Nombre del miembro Descripción
CacheToDisk The enumeration caches the event stream to disk.
DoNotCache The enumeration does not cache the event stream to disk.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.XEvent.Linq