EventFileIOException.FileName 属性

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

命名空间:  Microsoft.SqlServer.XEvent.Linq
程序集:  Microsoft.SqlServer.XEvent.Linq(在 Microsoft.SqlServer.XEvent.Linq.dll 中)

语法

声明
Public Property FileName As String 
    Get 
    Set
用法
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)

属性值

类型:System.String
The name of the file.

请参阅

参考

EventFileIOException 类

Microsoft.SqlServer.XEvent.Linq 命名空间