例外で参照されるファイルの名前を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.XEvent.Linq
アセンブリ: Microsoft.SqlServer.XEvent.Linq (Microsoft.SqlServer.XEvent.Linq.dll)
構文
'宣言
Public Property FileName As String
Get
Set
'使用
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)
プロパティ値
型: System.String
例外で参照されるファイルの名前です。