Compartir a través de


AdoDotNetConnectionSupport.DeriveParametersCore (Método)

Deriva los parámetros que se pueden especificar para un comando especificado.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

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

Parámetros

  • command
    Tipo: System.String
    Un comando origen- específico de los datos del que derivar de parámetros.
  • commandTimeout
    Tipo: System.Int32
    El tiempo, en segundos, de bloquear el cliente antes de cancelar la derivación de parámetro y volver al llamador.El valor cero indica espera infinito; el valor -1 indica un valor predeterminado del proveedor.

Valor devuelto

Tipo: array<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameter[]
Una matriz de IVsDataParameter se opone, cada uno que representa un parámetro derivado del comando.

Seguridad de .NET Framework

Vea también

Referencia

AdoDotNetConnectionSupport Clase

Microsoft.VisualStudio.Data.Framework.AdoDotNet (Espacio de nombres)