Énumération EventStreamCacheOptions

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

Espace de noms :  Microsoft.SqlServer.XEvent.Linq
Assembly :  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Syntaxe

'Déclaration
Public Enumeration EventStreamCacheOptions
'Utilisation
Dim instance As EventStreamCacheOptions
public enum EventStreamCacheOptions
public enum class EventStreamCacheOptions
type EventStreamCacheOptions
public enum EventStreamCacheOptions

Membres

Nom de membre Description
CacheToDisk The enumeration caches the event stream to disk.
DoNotCache The enumeration does not cache the event stream to disk.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.XEvent.Linq