Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Validates the property definition of an enumeration.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Private Sub Validate ( _
component As Object, _
value As Object _
) Implements IPropertyDefinition.Validate
'Usage
Dim instance As EnumProperty
Dim component As Object
Dim value As Object
CType(instance, IPropertyDefinition).Validate(component, _
value)
void IPropertyDefinition.Validate(
Object component,
Object value
)
private:
virtual void Validate(
Object^ component,
Object^ value
) sealed = IPropertyDefinition::Validate
private abstract Validate :
component:Object *
value:Object -> unit
private override Validate :
component:Object *
value:Object -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- component
Type: System.Object
The component of the property.
- value
Type: System.Object
The value of the property.
Implements
IPropertyDefinition.Validate(Object, Object)