Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
One of the enumeration values that specifies the cache options of the event stream.
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxe
'Declaração
Public Enumeration EventStreamCacheOptions
'Uso
Dim instance As EventStreamCacheOptions
public enum EventStreamCacheOptions
public enum class EventStreamCacheOptions
type EventStreamCacheOptions
public enum EventStreamCacheOptions
Membros
| Nome do membro | Descrição | |
|---|---|---|
| CacheToDisk | The enumeration caches the event stream to disk. | |
| DoNotCache | The enumeration does not cache the event stream to disk. |