DataRuleProblem.EndLine 属性

获取或设置包含问题的标记的结束行。

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

语法

声明
Public Property EndLine As Integer
    Get
    Set
public int EndLine { get; set; }
public:
property int EndLine {
    int get ();
    void set (int value);
}
member EndLine : int with get, set
function get EndLine () : int
function set EndLine (value : int)

属性值

类型:System.Int32

.NET Framework 安全性

请参见

参考

DataRuleProblem 类

Microsoft.Data.Schema.StaticCodeAnalysis 命名空间