PropertyDefinition コンストラクター

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

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

構文

'宣言
Protected Sub New ( _
    name As String _
)
'使用
Dim name As String

Dim instance As New PropertyDefinition(name)
protected PropertyDefinition(
    string name
)
protected:
PropertyDefinition(
    String^ name
)
new : 
        name:string -> PropertyDefinition
protected function PropertyDefinition(
    name : String
)

パラメーター