EnumProperty.IPropertyDefinition.Maximum 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets the maximum value of an enumeration property.

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

语法

声明
Private ReadOnly Property Maximum As Object 
    Implements IPropertyDefinition.Maximum 
    Get
用法
Dim instance As EnumProperty 
Dim value As Object 

value = CType(instance, IPropertyDefinition).Maximum
Object IPropertyDefinition.Maximum { get; }
private:
virtual property Object^ Maximum {
    Object^ get () sealed = IPropertyDefinition::Maximum::get;
}
private abstract Maximum : Object 
private override Maximum : Object
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

属性值

类型:System.Object
The maximum value of an enumeration property.

实现

IPropertyDefinition.Maximum

请参阅

参考

EnumProperty 类

Microsoft.ReportingServices.RdlObjectModel 命名空间