StringProperty.IPropertyDefinition.Maximum 属性
命名空间: 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 StringProperty
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 支持使用显式接口实现,但不支持声明新显式接口实现。