Compartir a través de


EventFileIOException.FileName Propiedad

Gets or sets the name of the file the exception refers to.

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

Sintaxis

'Declaración
Public Property FileName As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
The name of the file.

Vea también

Referencia

EventFileIOException Clase

Espacio de nombres Microsoft.SqlServer.XEvent.Linq