Partager via


Constructeur PropertyDefinition<T>

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Protected Sub New ( _
    name As String, _
    defaultValue As Nullable(Of T) _
)
'Utilisation
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>
)

Paramètres

Voir aussi

Référence

PropertyDefinition<T> Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel