Initializes a new instance of the QueryableXEventData class with the specified lists of file.
命名空间: Microsoft.SqlServer.XEvent.Linq
程序集: Microsoft.SqlServer.XEvent.Linq(在 Microsoft.SqlServer.XEvent.Linq.dll 中)
语法
声明
Public Sub New ( _
fileList As String() _
)
用法
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[]
)
参数
- fileList
类型:array<System.String[]
Array of files that are the source for the query.