Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
- name
Type : System.String
The property name.
- defaultValue
Type : System.Nullable<T>
The default value for the property.
Voir aussi
Référence
ComparablePropertyDefinition<T> Classe