AdoDotNetConnectionSupport.SetParameters (Método)

Agrega nuevos parámetros al comando especificado de DbCommand de matriz de parámetros de IVsDataParameter .

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

Sintaxis

'Declaración
Protected Shared Sub SetParameters ( _
    command As DbCommand, _
    parameters As IVsDataParameter() _
)
protected static void SetParameters(
    DbCommand command,
    IVsDataParameter[] parameters
)
protected:
static void SetParameters(
    DbCommand^ command, 
    array<IVsDataParameter^>^ parameters
)
static member SetParameters : 
        command:DbCommand * 
        parameters:IVsDataParameter[] -> unit 
protected static function SetParameters(
    command : DbCommand, 
    parameters : IVsDataParameter[]
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

AdoDotNetConnectionSupport Clase

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