DatabaseAdapterBase.DataFileVolumeNotIn(List<String>) 方法

定義

此方法比較檔案群組中檔案中的磁碟代號與 checkDrives 參數中的磁碟代號。 如果檢查磁碟區清單中有任何一個磁碟代號,則該函式回傳 true,否則會回傳 false。

protected bool DataFileVolumeNotIn(System.Collections.Generic.List<string> checkVolumes);
member this.DataFileVolumeNotIn : System.Collections.Generic.List<string> -> bool
Protected Function DataFileVolumeNotIn (checkVolumes As List(Of String)) As Boolean

參數

checkVolumes
List<String>

傳回

適用於