SqlBatchCommand.DbParameterCollection プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
プロパティ値
SQL ステートメントまたはストアド プロシージャのパラメーター。