DatabaseAdapterBase.DataFileVolumeNotIn(List<String>) Method

Definition

This method compares the drive letter from files in the filegroups against the drive letters in the checkDrives parameter. If any one file drive letter is in the list of checkVolumes, then the function returns true otherwise it returns 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

Parameters

checkVolumes
List<String>

Returns

Applies to