EnumProperty クラス
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
特定の列挙型のレポート列挙プロパティを表します。
継承階層
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel..::..EnumProperty
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Class EnumProperty _
Inherits PropertyDefinition _
Implements IPropertyDefinition
'使用
Dim instance As EnumProperty
public class EnumProperty : PropertyDefinition,
IPropertyDefinition
public ref class EnumProperty : public PropertyDefinition,
IPropertyDefinition
type EnumProperty =
class
inherit PropertyDefinition
interface IPropertyDefinition
end
public class EnumProperty extends PropertyDefinition implements IPropertyDefinition
EnumProperty 型は、以下のメンバーを公開しています。
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) | |
Validate |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
IPropertyDefinition. . :: . .Maximum | ||
IPropertyDefinition. . :: . .Minimum | ||
IPropertyDefinition. . :: . .Validate |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。