ComparablePropertyDefinition(T) Constructor (String, Nullable(T))
Initializes a new instance of the ComparablePropertyDefinition<(Of <(<'T>)>)> class.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Sub New ( _
name As String, _
defaultValue As Nullable(Of T) _
)
'Uso
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>
)
Parámetros
- name
Tipo: System. . :: . .String
The property name.
- defaultValue
Tipo: System. . :: . .Nullable< (Of < ( <'T> ) > ) >
The default value for the property.