DatabaseAdapterBase.DataFileVolumeNotIn(List<String>) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Metode ini membandingkan huruf kandar dari file dalam grup file dengan huruf kandar dalam parameter checkDrives. Jika ada satu huruf drive file dalam daftar checkVolumes, maka fungsi mengembalikan true jika tidak, maka akan mengembalikan 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