DataRuleProblem.FileName 属性

获取或设置包含检测到的问题的文件。

命名空间:  Microsoft.Data.Schema.StaticCodeAnalysis
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

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

.NET Framework 安全性

请参见

参考

DataRuleProblem 类

Microsoft.Data.Schema.StaticCodeAnalysis 命名空间