次の方法で共有


PropertyDefinition<T>.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 PropertyDefinition 
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

関連項目

参照

PropertyDefinition<T> クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間