Partager via


Constructeur QueryableXEventData (array<String )

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

Espace de noms :  Microsoft.SqlServer.XEvent.Linq
Assembly :  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    fileList As String() _
)
'Utilisation
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[]
)

Paramètres

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

Voir aussi

Référence

QueryableXEventData Classe

Surcharge QueryableXEventData

Espace de noms Microsoft.SqlServer.XEvent.Linq