Freigeben über


IPropertyDefinition.Validate-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Validates the IPropertyDefinition using the specified component and value.

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

Syntax

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

Parameter

Siehe auch

Verweis

IPropertyDefinition Schnittstelle

Microsoft.ReportingServices.RdlObjectModel-Namespace