Partilhar via


Método AdoDotNetConnectionSupport.SetParameters

Adicionar novos parâmetros para o comando dado de DbCommand especificada da matriz de parâmetros de IVsDataParameter .

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)

Sintaxe

'Declaração
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

Segurança do .NET Framework

Consulte também

Referência

AdoDotNetConnectionSupport Classe

Namespace Microsoft.VisualStudio.Data.Framework.AdoDotNet