DatabaseTaskHost.ValidateValueIsInSet, méthode
Retourne une valeur qui indique si la valeur spécifiée est une valeur valide pour le type de données.
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Protected Shared Function ValidateValueIsInSet ( _
value As Object, _
ParamArray validValues As String() _
) As Boolean
protected static bool ValidateValueIsInSet(
Object value,
params string[] validValues
)
protected:
static bool ValidateValueIsInSet(
Object^ value,
... array<String^>^ validValues
)
static member ValidateValueIsInSet :
value:Object *
validValues:string[] -> bool
protected static function ValidateValueIsInSet(
value : Object,
... validValues : String[]
) : boolean
Paramètres
- value
Type : System.Object
Valeur spécifiée.
- validValues
Type : array<System.String[]
Tableau des valeurs valides.
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.