다음을 통해 공유


SqlBatchCommand.DbParameterCollection 속성

정의

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 문 또는 저장 프로시저의 매개 변수

적용 대상