Partager via


Constructeur ComparablePropertyDefinition<T> (String, Nullable<T>)

Initializes a new instance of the ComparablePropertyDefinition<T> class using the specified name and default value.

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

Syntaxe

'Déclaration
Public 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 ComparablePropertyDefinition(name, defaultValue)
public ComparablePropertyDefinition(
    string name,
    Nullable<T> defaultValue
)
public:
ComparablePropertyDefinition(
    String^ name, 
    Nullable<T> defaultValue
)
new : 
        name:string * 
        defaultValue:Nullable<'T> -> ComparablePropertyDefinition
public function ComparablePropertyDefinition(
    name : String, 
    defaultValue : Nullable<T>
)

Paramètres

Voir aussi

Référence

ComparablePropertyDefinition<T> Classe

Surcharge ComparablePropertyDefinition<T>

Espace de noms Microsoft.ReportingServices.RdlObjectModel