Condividi tramite


Costruttore PropertyDefinition<T>

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

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

Parametri

Vedere anche

Riferimento

PropertyDefinition<T> Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel