Compartilhar via


Método IPropertyDefinition.Validate

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Validates the IPropertyDefinition using the specified component and value.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Sub Validate ( _
    component As Object, _
    value As Object _
)
'Uso
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
)

Parâmetros

Consulte também

Referência

IPropertyDefinition Interface

Namespace Microsoft.ReportingServices.RdlObjectModel