共用方式為


QueryableXEventData 建構函式 (array<String )

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.

請參閱

參考

QueryableXEventData 類別

QueryableXEventData 多載

Microsoft.SqlServer.XEvent.Linq 命名空間