EventStreamSourceOptions Enumeration

Specifies the options for the source of the event stream.

Namespace:  Microsoft.SqlServer.XEvent.Linq
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

Syntax

'Declaration
Public Enumeration EventStreamSourceOptions
'Usage
Dim instance As EventStreamSourceOptions
public enum EventStreamSourceOptions
public enum class EventStreamSourceOptions
type EventStreamSourceOptions
public enum EventStreamSourceOptions

Members

Member name Description
EventFile The event file.
EventStream The event stream.

See Also

Reference

Microsoft.SqlServer.XEvent.Linq Namespace