Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Validates the ComparablePropertyDefinition<T> object.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Sub Validate ( _
component As Object, _
value As T _
)
'Utilisation
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
)
Paramètres
- component
Type : System.Object
The component.
- value
Type : T
The type of elements in the comparable property definition.