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. |