Share via


DbProviderServices.DeleteDatabase 메서드

정의

데이터베이스의 저장소 항목 컬렉션에 지정된 모든 저장소 개체와 데이터베이스 자체를 삭제합니다.

public:
 void DeleteDatabase(System::Data::Common::DbConnection ^ connection, Nullable<int> commandTimeout, System::Data::Metadata::Edm::StoreItemCollection ^ storeItemCollection);
public void DeleteDatabase (System.Data.Common.DbConnection connection, int? commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection);
member this.DeleteDatabase : System.Data.Common.DbConnection * Nullable<int> * System.Data.Metadata.Edm.StoreItemCollection -> unit
Public Sub DeleteDatabase (connection As DbConnection, commandTimeout As Nullable(Of Integer), storeItemCollection As StoreItemCollection)

매개 변수

connection
DbConnection

삭제해야 하는 기존 데이터베이스에 대한 연결입니다.

commandTimeout
Nullable<Int32>

데이터베이스를 삭제해야 하는 모든 명령에 대한 실행 제한 시간입니다.

storeItemCollection
StoreItemCollection

삭제할 데이터베이스의 구조입니다.

적용 대상