Partager via


Méthode IPropertyDefinition.Validate

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 IPropertyDefinition using the specified component and value.

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

Syntaxe

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

instance.Validate(component, value)
void Validate(
    Object component,
    Object value
)
void Validate(
    Object^ component, 
    Object^ value
)
abstract Validate : 
        component:Object * 
        value:Object -> unit
function Validate(
    component : Object, 
    value : Object
)

Paramètres

Voir aussi

Référence

IPropertyDefinition Interface

Espace de noms Microsoft.ReportingServices.RdlObjectModel