IVsDataAsyncCommand.DeriveSchemaAsync, méthode

Une fois implémentée par une classe, dérivée de, de façon asynchrone, le schéma de la commande spécifiée.

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

Syntaxe

'Déclaration
Sub DeriveSchemaAsync ( _
    command As String, _
    commandType As DataCommandType, _
    parameters As IVsDataParameter(), _
    commandTimeout As Integer, _
    userState As Object _
)
void DeriveSchemaAsync(
    string command,
    DataCommandType commandType,
    IVsDataParameter[] parameters,
    int commandTimeout,
    Object userState
)
void DeriveSchemaAsync(
    String^ command, 
    DataCommandType commandType, 
    array<IVsDataParameter^>^ parameters, 
    int commandTimeout, 
    Object^ userState
)
abstract DeriveSchemaAsync : 
        command:string * 
        commandType:DataCommandType * 
        parameters:IVsDataParameter[] * 
        commandTimeout:int * 
        userState:Object -> unit 
function DeriveSchemaAsync(
    command : String, 
    commandType : DataCommandType, 
    parameters : IVsDataParameter[], 
    commandTimeout : int, 
    userState : Object
)

Paramètres

  • command
    Type : System.String
    La commande pour laquelle le schéma est dérivé.
  • commandTimeout
    Type : System.Int32
    Durée, en secondes, pendant lesquelles la commande l'heure.
  • userState
    Type : System.Object
    L'objet sur lequel cette méthode appelle réécrit comme la commande progresse.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataAsyncCommand Interface

Microsoft.VisualStudio.Data.Services.SupportEntities, espace de noms