QueryableXEventData Constructor (array<String )
Initializes a new instance of the QueryableXEventData class with the specified lists of file.
Espacio de nombres: Microsoft.SqlServer.XEvent.Linq
Ensamblado: Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxis
'Declaración
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.