ArgumentConstraintException.Constraint 属性

Gets the object that demonstrates the constraint.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public ReadOnly Property Constraint As Object 
    Get
用法
Dim instance As ArgumentConstraintException 
Dim value As Object 

value = instance.Constraint
public Object Constraint { get; }
public:
property Object^ Constraint {
    Object^ get ();
}
member Constraint : Object
function get Constraint () : Object

属性值

类型:System.Object
An object that demonstrates the constraint.

请参阅

参考

ArgumentConstraintException 类

Microsoft.ReportingServices.RdlObjectModel 命名空间