QueryableXEventData-Konstruktor (String)
Initializes a new instance of the QueryableXEventData class.
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public Sub New ( _
fileName As String _
)
'Usage
Dim fileName As String
Dim instance As New QueryableXEventData(fileName)
public QueryableXEventData(
string fileName
)
public:
QueryableXEventData(
String^ fileName
)
new :
fileName:string -> QueryableXEventData
public function QueryableXEventData(
fileName : String
)
Parameter
- fileName
Typ: System.String
File that is the source for the query.