Share via


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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DatabaseTaskHost Class

Microsoft.Data.Schema.Build Namespace