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 네임스페이스