DataParameter.SetTypeCore, méthode
Définit le type de données du paramètre actuel.
Espace de noms : Microsoft.VisualStudio.Data.Framework
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Déclaration
Protected MustOverride Sub SetTypeCore ( _
value As String _
)
protected abstract void SetTypeCore(
string value
)
protected:
virtual void SetTypeCore(
String^ value
) abstract
abstract SetTypeCore :
value:string -> unit
protected abstract function SetTypeCore(
value : String
)
Paramètres
- value
Type : System.String
Un type de données du paramètre.
Notes
Remarques à l'attention des héritiers
La classe dérivée doit substituer cette méthode.
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.
Voir aussi
Référence
Microsoft.VisualStudio.Data.Framework, espace de noms
GetTypeImpl