この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
PropertyDefinition<T> クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Protected Sub New ( _
name As String, _
defaultValue As Nullable(Of T) _
)
'使用
Dim name As String
Dim defaultValue As Nullable(Of T)
Dim instance As New PropertyDefinition(name, defaultValue)
protected PropertyDefinition(
string name,
Nullable<T> defaultValue
)
protected:
PropertyDefinition(
String^ name,
Nullable<T> defaultValue
)
new :
name:string *
defaultValue:Nullable<'T> -> PropertyDefinition
protected function PropertyDefinition(
name : String,
defaultValue : Nullable<T>
)
パラメーター
- name
型: System.String
プロパティの名前です。
- defaultValue
型: System.Nullable<T>
プロパティの既定値。