IVsDataAsyncCommand.DeriveParametersAsync, méthode
Une fois implémentée par une classe, dérivée de, de façon asynchrone, un jeu de paramètres à utiliser avec une 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 DeriveParametersAsync ( _
command As String, _
commandType As DataCommandType, _
commandTimeout As Integer, _
userState As Object _
)
void DeriveParametersAsync(
string command,
DataCommandType commandType,
int commandTimeout,
Object userState
)
void DeriveParametersAsync(
String^ command,
DataCommandType commandType,
int commandTimeout,
Object^ userState
)
abstract DeriveParametersAsync :
command:string *
commandType:DataCommandType *
commandTimeout:int *
userState:Object -> unit
function DeriveParametersAsync(
command : String,
commandType : DataCommandType,
commandTimeout : int,
userState : Object
)
Paramètres
command
Type : StringCommande pour lequel les paramètres sont dérivés.
commandType
Type : Microsoft.VisualStudio.Data.Services.SupportEntities.DataCommandTypeUne valeur de l'énumération d' DataCommandType représentant le type de commande pour l'ordre indiqué, spécifiant comment interpréter le contenu du paramètre d' command .
commandTimeout
Type : Int32Durée, en secondes, pendant lesquelles la commande l'heure.
userState
Type : ObjectL'objet sur lequel cette méthode appelle réécrit comme la commande progresse.
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
Microsoft.VisualStudio.Data.Services.SupportEntities, espace de noms