DatabaseTaskHost.ValidateValueIsBoolean Method
Returns a value that indicates whether the specified value is a valid Boolean.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Shared Function ValidateValueIsBoolean ( _
value As Object _
) As Boolean
protected static bool ValidateValueIsBoolean(
Object value
)
protected:
static bool ValidateValueIsBoolean(
Object^ value
)
static member ValidateValueIsBoolean :
value:Object -> bool
protected static function ValidateValueIsBoolean(
value : Object
) : boolean
Parameters
- value
Type: System.Object
The specified value.
Return Value
Type: System.Boolean
.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.