次の方法で共有


EnumProperty.IPropertyDefinition.Maximum プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

列挙プロパティの最大値を取得します。

名前空間:  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
列挙プロパティの最大値。

実装

IPropertyDefinition.Maximum

関連項目

参照

EnumProperty クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間