Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
When overridden in a derived class, validates the given value of a property.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Function Validate ( _
value As Object _
) As Boolean
bool Validate(
Object value
)
bool Validate(
Object^ value
)
abstract Validate :
value:Object -> bool
function Validate(
value : Object
) : boolean
Parameters
- value
Type: System.Object
The proposed value for a property.
Return Value
Type: System.Boolean
true if the value is valid; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.