Método ComparablePropertyDefinition<T>.Validate (Object, String)
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Validates the ComparablePropertyDefinition<T> object.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Sub Validate ( _
component As Object, _
value As String _
)
'Uso
Dim instance As ComparablePropertyDefinition
Dim component As Object
Dim value As String
instance.Validate(component, value)
public void Validate(
Object component,
string value
)
public:
void Validate(
Object^ component,
String^ value
)
member Validate :
component:Object *
value:string -> unit
public function Validate(
component : Object,
value : String
)
Parâmetros
- component
Tipo: System.Object
The component.
- value
Tipo: System.String
The value.