AdoDotNetConnectionSupport.DeriveParametersOn, méthode
Substitution pour dériver des paramètres de la commande donnée.
Espace de noms : Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Déclaration
Protected Overridable Sub DeriveParametersOn ( _
command As DbCommand _
)
protected virtual void DeriveParametersOn(
DbCommand command
)
protected:
virtual void DeriveParametersOn(
DbCommand^ command
)
abstract DeriveParametersOn :
command:DbCommand -> unit
override DeriveParametersOn :
command:DbCommand -> unit
protected function DeriveParametersOn(
command : DbCommand
)
Paramètres
command
Type : DbCommandCommande données de dériver les paramètres options.
Notes
L'implémentation par défaut n'est pas fournie et retournez une exception d'NotSupportedException.
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.
Voir aussi
Référence
AdoDotNetConnectionSupport Classe
Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms