Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Validates the property definition of an enumeration.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Private Sub Validate ( _
component As Object, _
value As Object _
) Implements IPropertyDefinition.Validate
'Uso
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Parámetros
- component
Tipo: System.Object
The component of the property.
- value
Tipo: System.Object
The value of the property.
Implementa
IPropertyDefinition.Validate(Object, Object)
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel