Partager via


Méthode ComparablePropertyDefinition<T>.Validate (Object, T)

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Validates the ComparablePropertyDefinition<T> object.

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

Syntaxe

'Déclaration
Public Sub Validate ( _
    component As Object, _
    value As T _
)
'Utilisation
Dim instance As ComparablePropertyDefinition 
Dim component As Object 
Dim value As T

instance.Validate(component, value)
public void Validate(
    Object component,
    T value
)
public:
void Validate(
    Object^ component, 
    T value
)
member Validate : 
        component:Object * 
        value:'T -> unit
public function Validate(
    component : Object, 
    value : T
)

Paramètres

  • value
    Type : T
    The type of elements in the comparable property definition.

Voir aussi

Référence

ComparablePropertyDefinition<T> Classe

Surcharge Validate

Espace de noms Microsoft.ReportingServices.RdlObjectModel