Sdílet prostřednictvím


QueryableXEventData Constructor (array<String )

Initializes a new instance of the QueryableXEventData class with the specified lists of file.

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

Syntax

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

Dim instance As New QueryableXEventData(fileList)
public QueryableXEventData(
    string[] fileList
)
public:
QueryableXEventData(
    array<String^>^ fileList
)
new : 
        fileList:string[] -> QueryableXEventData
public function QueryableXEventData(
    fileList : String[]
)

Parameters

  • fileList
    Type: array<System.String[]
    Array of files that are the source for the query.

See Also

Reference

QueryableXEventData Class

QueryableXEventData Overload

Microsoft.SqlServer.XEvent.Linq Namespace