Freigeben über


PropertyDefinition<T>-Konstruktor

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Initializes a new instance of the PropertyDefinition<T> class.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Protected Sub New ( _
    name As String, _
    defaultValue As Nullable(Of T) _
)
'Usage
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>
)

Parameter

Siehe auch

Verweis

PropertyDefinition<T> Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace