DataRuleProblem.EndColumn 属性

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

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

语法

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

属性值

类型:System.Int32

.NET Framework 安全性

请参见

参考

DataRuleProblem 类

Microsoft.Data.Schema.StaticCodeAnalysis 命名空间