DataAsyncCommand.OnDeriveParameters, méthode

Distribue l'asynchrone dérivent l'exécution de paramètres à l'appel de méthode synchrone d' DeriveParameters .

Espace de noms :  Microsoft.VisualStudio.Data.Framework
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
Protected Overridable Function OnDeriveParameters ( _
    command As String, _
    commandType As DataCommandType, _
    commandTimeout As Integer _
) As IVsDataParameter()
protected virtual IVsDataParameter[] OnDeriveParameters(
    string command,
    DataCommandType commandType,
    int commandTimeout
)
protected:
virtual array<IVsDataParameter^>^ OnDeriveParameters(
    String^ command, 
    DataCommandType commandType, 
    int commandTimeout
)
abstract OnDeriveParameters : 
        command:string * 
        commandType:DataCommandType * 
        commandTimeout:int -> IVsDataParameter[] 
override OnDeriveParameters : 
        command:string * 
        commandType:DataCommandType * 
        commandTimeout:int -> IVsDataParameter[] 
protected function OnDeriveParameters(
    command : String, 
    commandType : DataCommandType, 
    commandTimeout : int
) : IVsDataParameter[]

Paramètres

  • command
    Type : String

    Commande pour lequel les paramètres sont dérivés.

  • commandTimeout
    Type : Int32

    Durée, en secondes, pendant lesquelles la commande l'heure.

Valeur de retour

Type : array<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameter[]
Tableau d'objets IVsDataParameter.Chaque objet représente un paramètre dérivé de la commande.

Sécurité .NET Framework

Voir aussi

Référence

DataAsyncCommand Classe

Microsoft.VisualStudio.Data.Framework, espace de noms