DbProviderServices.DatabaseExists メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定のデータベースがサーバーに存在するかどうか、および storeItemCollection に含まれているスキーマ オブジェクトが作成されたかどうかを示す値を返します。
public:
bool DatabaseExists(System::Data::Common::DbConnection ^ connection, Nullable<int> commandTimeout, System::Data::Metadata::Edm::StoreItemCollection ^ storeItemCollection);
public bool DatabaseExists (System.Data.Common.DbConnection connection, int? commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection);
member this.DatabaseExists : System.Data.Common.DbConnection * Nullable<int> * System.Data.Metadata.Edm.StoreItemCollection -> bool
Public Function DatabaseExists (connection As DbConnection, commandTimeout As Nullable(Of Integer), storeItemCollection As StoreItemCollection) As Boolean
パラメーター
- connection
- DbConnection
このメソッドによって存在が確認されるデータベースへの接続。
- storeItemCollection
- StoreItemCollection
このメソッドによって存在が確認されるデータベースに含まれているすべてのストア アイテムのコレクション。
戻り値
プロバイダーが、接続のみに基づいてデータベースを推測できる場合は true
。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET