Metodo ComparablePropertyDefinition<T>.Validate (Object, T)
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Validates the ComparablePropertyDefinition<T> object.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Sub Validate ( _
component As Object, _
value As T _
)
'Utilizzo
Dim instance As ComparablePropertyDefinition
Dim component As Object
Dim value As T
instance.Validate(component, value)
public void Validate(
Object component,
T value
)
public:
void Validate(
Object^ component,
T value
)
member Validate :
component:Object *
value:'T -> unit
public function Validate(
component : Object,
value : T
)
Parametri
- component
Tipo: System.Object
The component.
- value
Tipo: T
The type of elements in the comparable property definition.