Construtor ComparablePropertyDefinition(T) (String, Nullable(T))
Initializes a new instance of the ComparablePropertyDefinition<(Of <(<'T>)>)> class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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.