Sdílet prostřednictvím


QueryableXEventData Constructor (String)

Initializes a new instance of the QueryableXEventData class.

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

Syntax

'Declaration
Public Sub New ( _
    fileName As String _
)
'Usage
Dim fileName As String 

Dim instance As New QueryableXEventData(fileName)
public QueryableXEventData(
    string fileName
)
public:
QueryableXEventData(
    String^ fileName
)
new : 
        fileName:string -> QueryableXEventData
public function QueryableXEventData(
    fileName : String
)

Parameters

  • fileName
    Type: System.String
    File that is the source for the query.

See Also

Reference

QueryableXEventData Class

QueryableXEventData Overload

Microsoft.SqlServer.XEvent.Linq Namespace