DatabaseTaskHost.ValidateValueIsInt, méthode
Retourne une valeur qui indique si la valeur spécifiée est une valeur entière valide.
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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
Paramètres
- value
Type : System.Object
Valeur spécifiée.
Valeur de retour
Type : System.Boolean
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.