IntProperty クラス

レポート内の整数プロパティを表します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Class IntProperty _
    Inherits ComparablePropertyDefinition(Of Integer)
'使用
Dim instance As IntProperty
public class IntProperty : ComparablePropertyDefinition<int>
public ref class IntProperty : public ComparablePropertyDefinition<int>
type IntProperty =  
    class
        inherit ComparablePropertyDefinition<int>
    end
public class IntProperty extends ComparablePropertyDefinition<int>

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。