DatabaseAdapterBase.DataFileVolumeNotIn(List<String>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此方法比較檔案群組中檔案中的磁碟代號與 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