PropertyDefinition<T>(String, Nullable<T>) コンストラクター

定義

PropertyDefinition<T> クラスの新しいインスタンスを初期化します。

protected:
 PropertyDefinition(System::String ^ name, Nullable<T> defaultValue);
protected PropertyDefinition (string name, T? defaultValue);
new Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<'T (requires 'T : struct)> : string * Nullable<'T (requires 'T : struct)> -> Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<'T (requires 'T : struct)>
Protected Sub New (name As String, defaultValue As Nullable(Of T))

パラメーター

name
String

プロパティの名前。

defaultValue
Nullable<T>

プロパティの既定値です。

適用対象