Partilhar via


SqlBatchCommand.DbParameterCollection Propriedade

Definição

Obtém a coleção de objetos SqlParameter.

protected:
 property System::Data::Common::DbParameterCollection ^ DbParameterCollection { System::Data::Common::DbParameterCollection ^ get(); };
protected:
 virtual property System::Data::Common::DbParameterCollection ^ DbParameterCollection { System::Data::Common::DbParameterCollection ^ get(); };
protected System.Data.Common.DbParameterCollection DbParameterCollection { get; }
protected override System.Data.Common.DbParameterCollection DbParameterCollection { get; }
member this.DbParameterCollection : System.Data.Common.DbParameterCollection
Protected ReadOnly Property DbParameterCollection As DbParameterCollection
Protected Overrides ReadOnly Property DbParameterCollection As DbParameterCollection

Valor da propriedade

Os parâmetros da instrução SQL ou do procedimento armazenado.

Aplica-se a