Initializes a new instance of the XEventFileSerializer class with the specified file name.
命名空間: Microsoft.SqlServer.XEvent.Linq
組件: Microsoft.SqlServer.XEvent.Linq (在 Microsoft.SqlServer.XEvent.Linq.dll 中)
語法
'宣告
Public Sub New ( _
fileName As String _
)
'用途
Dim fileName As String
Dim instance As New XEventFileSerializer(fileName)
public XEventFileSerializer(
string fileName
)
public:
XEventFileSerializer(
String^ fileName
)
new :
fileName:string -> XEventFileSerializer
public function XEventFileSerializer(
fileName : String
)
參數
- fileName
型別:System.String
The name of the file.