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 : DbCommand

    Commande 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

Voir aussi

Référence

AdoDotNetConnectionSupport Classe

Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms