Metodo IPropertyDefinition.Validate

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Validates the IPropertyDefinition using the specified component and value.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Sub Validate ( _
    component As Object, _
    value As Object _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

IPropertyDefinition Interfaccia

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel