PropertyDefinition<T> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
性質の定義を表します。
generic <typename T>
where T : value classpublic ref class PropertyDefinition abstract : Microsoft::ReportingServices::RdlObjectModel::PropertyDefinition, Microsoft::ReportingServices::RdlObjectModel::IPropertyDefinition
public abstract class PropertyDefinition<T> : Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition, Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition where T : struct
type PropertyDefinition<'T (requires 'T : struct)> = class
inherit PropertyDefinition
interface IPropertyDefinition
Public MustInherit Class PropertyDefinition(Of T)
Inherits PropertyDefinition
Implements IPropertyDefinition
型パラメーター
- T
定義の型。
- 継承
- 派生
- 実装
コンストラクター
| 名前 | 説明 |
|---|---|
| PropertyDefinition<T>(String, Nullable<T>) |
PropertyDefinition<T> クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Default |
物件のデフォルト価値を取得します。 |
| Name |
プロパティ名。 (継承元 PropertyDefinition) |
明示的なインターフェイスの実装
| 名前 | 説明 |
|---|---|
| IPropertyDefinition.Default |
物件のデフォルト価値を取得します。 |
| IPropertyDefinition.Maximum |
文字列の最大値が得られます。 |
| IPropertyDefinition.Minimum |
対象の最小限の定義を得る。 |
| IPropertyDefinition.Validate(Object, Object) |
与えられた値が有効な型 |