ComparablePropertyDefinition<T> Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| ComparablePropertyDefinition<T>(String, Nullable<T>) | |
| ComparablePropertyDefinition<T>(String, Nullable<T>, Nullable<T>, Nullable<T>) |
ComparablePropertyDefinition<T>(String, Nullable<T>)
public:
ComparablePropertyDefinition(System::String ^ name, Nullable<T> defaultValue);
public ComparablePropertyDefinition (string name, T? defaultValue);
new Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<'T (requires 'T : struct)> : string * Nullable<'T (requires 'T : struct)> -> Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<'T (requires 'T : struct)>
Public Sub New (name As String, defaultValue As Nullable(Of T))
Parâmetros
- name
- String
- defaultValue
- Nullable<T>
Aplica-se a
ComparablePropertyDefinition<T>(String, Nullable<T>, Nullable<T>, Nullable<T>)
public:
ComparablePropertyDefinition(System::String ^ name, Nullable<T> defaultValue, Nullable<T> minimum, Nullable<T> maximum);
public ComparablePropertyDefinition (string name, T? defaultValue, T? minimum, T? maximum);
new Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<'T (requires 'T : struct)> : string * Nullable<'T (requires 'T : struct)> * Nullable<'T (requires 'T : struct)> * Nullable<'T (requires 'T : struct)> -> Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<'T (requires 'T : struct)>
Public Sub New (name As String, defaultValue As Nullable(Of T), minimum As Nullable(Of T), maximum As Nullable(Of T))
Parâmetros
- name
- String
- defaultValue
- Nullable<T>
- minimum
- Nullable<T>
- maximum
- Nullable<T>