Compartilhar via


Construtor QueryableXEventData (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 (em Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxe

'Declaração
Public Sub New ( _
    fileList As String() _
)
'Uso
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[]
)

Parâmetros

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

Consulte também

Referência

QueryableXEventData Classe

Sobrecarregado QueryableXEventData

Namespace Microsoft.SqlServer.XEvent.Linq