Partager via


AdoDotNetConnectionSupport.GetCommand, méthode

Crée un objet DbCommand de la chaîne de 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 Function GetCommand ( _
    command As String, _
    commandType As DataCommandType, _
    parameters As IVsDataParameter(), _
    commandTimeout As Integer _
) As DbCommand
protected virtual DbCommand GetCommand(
    string command,
    DataCommandType commandType,
    IVsDataParameter[] parameters,
    int commandTimeout
)
protected:
virtual DbCommand^ GetCommand(
    String^ command, 
    DataCommandType commandType, 
    array<IVsDataParameter^>^ parameters, 
    int commandTimeout
)
abstract GetCommand : 
        command:string * 
        commandType:DataCommandType * 
        parameters:IVsDataParameter[] * 
        commandTimeout:int -> DbCommand  
override GetCommand : 
        command:string * 
        commandType:DataCommandType * 
        parameters:IVsDataParameter[] * 
        commandTimeout:int -> DbCommand
protected function GetCommand(
    command : String, 
    commandType : DataCommandType, 
    parameters : IVsDataParameter[], 
    commandTimeout : int
) : DbCommand

Paramètres

  • command
    Type : String

    Commande d'exécuter spécifique à la source de données.

  • commandTimeout
    Type : Int32

    La durée, en secondes, pour bloquer le client avant d'annuler la dérivation Schéma et retourner à l'appelant. Une valeur zéro indique le délai d'attente infini ; une valeur de -1 indique une valeur par défaut du fournisseur.

Valeur de retour

Type : DbCommand
Une instance d'objet DbCommand.

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetConnectionSupport Classe

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

DataCommandType