Share via


DatabaseTaskHost.ValidateValueIsInt Method

Returns a value that indicates whether the specified value is a valid integer.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected Shared Function ValidateValueIsInt ( _
    value As Object _
) As Boolean
protected static bool ValidateValueIsInt(
    Object value
)
protected:
static bool ValidateValueIsInt(
    Object^ value
)
static member ValidateValueIsInt : 
        value:Object -> bool 
protected static function ValidateValueIsInt(
    value : Object
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DatabaseTaskHost Class

Microsoft.Data.Schema.Build Namespace