Freigeben über


ComparablePropertyDefinition<T>.Validate-Methode (Object, T)

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

Validates the ComparablePropertyDefinition<T> object.

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

Syntax

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

Parameter

  • value
    Typ: T
    The type of elements in the comparable property definition.

Siehe auch

Verweis

ComparablePropertyDefinition<T> Klasse

Validate-Überladung

Microsoft.ReportingServices.RdlObjectModel-Namespace