Metodo DataAsyncCommand.OnDeriveParameters
Invia le forme derivano l'operazione di parametri della chiamata al metodo sincrona DeriveParameters.
Spazio dei nomi: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Sintassi
'Dichiarazione
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[]
Parametri
command
Tipo: StringIl comando per cui i parametri è derivato.
commandType
Tipo: Microsoft.VisualStudio.Data.Services.SupportEntities.DataCommandTypeUn valore dall'enumerazione DataCommandType che rappresenta il tipo di comando per il comando indicato. Il valore viene specificato come interpretare il contenuto del parametro command.
commandTimeout
Tipo: Int32Quantità di tempo, in secondi, prima della quale il comando scade.
Valore restituito
Tipo: array<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameter[]
Matrice di oggetti IVsDataParameter.Ogni oggetto rappresenta un parametro derivato dal comando.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.