DataParameter.SetTypeImpl, méthode
Définit le type de données de ce paramètre.
Espace de noms : Microsoft.VisualStudio.Data
Assembly : Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)
Syntaxe
'Déclaration
Protected MustOverride Sub SetTypeImpl ( _
value As String _
)
protected abstract void SetTypeImpl(
string value
)
protected:
virtual void SetTypeImpl(
String^ value
) abstract
abstract SetTypeImpl :
value:string -> unit
protected abstract function SetTypeImpl(
value : String
)
Paramètres
value
Type : StringUn type de données du paramètre.
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.