Compartilhar via


Propriedade do RDL EventFileInvalidException.FileName

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

Namespace:  Microsoft.SqlServer.XEvent.Linq
Assembly:  Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxe

'Declaração
Public Property FileName As String 
    Get 
    Set
'Uso
Dim instance As EventFileInvalidException 
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 da propriedade

Tipo: System.String
The name of the file the exception refers to.

Consulte também

Referência

EventFileInvalidException Classe

Namespace Microsoft.SqlServer.XEvent.Linq