Compartir a través de


QueryableXEventData Constructor (String)

Initializes a new instance of the QueryableXEventData class.

Espacio de nombres:  Microsoft.SqlServer.XEvent.Linq
Ensamblado:  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxis

'Declaración
Public Sub New ( _
    fileName As String _
)
'Uso
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
)

Parámetros

  • fileName
    Tipo: System.String
    File that is the source for the query.

Vea también

Referencia

QueryableXEventData Clase

Sobrecarga de QueryableXEventData

Espacio de nombres Microsoft.SqlServer.XEvent.Linq