DatabaseAdapterBase.DataFileVolumeNotIn(List<String>) メソッド

定義

このメソッドは、ファイル グループ内のファイルからのドライブ文字を checkDrives パラメーターのドライブ文字と比較します。 いずれかのファイル ドライブ文字が checkVolumes の一覧にある場合、関数は 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>

返品

適用対象