Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.