Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the file the exception refers to.
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public Property FileName As String
Get
Set
'Usage
Dim instance As EventFileIOException
Dim value As String
value = instance.FileName
instance.FileName = value
public string FileName { get; set; }
public:
property String^ FileName {
String^ get ();
void set (String^ value);
}
member FileName : string with get, set
function get FileName () : String
function set FileName (value : String)
Property Value
Type: System.String
The name of the file.