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 네임스페이스