Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a Boolean value that is associated with the database adapter base.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Function DataFileVolumeNotIn ( _
checkVolumes As List(Of String) _
) As Boolean
'Usage
Dim checkVolumes As List(Of String)
Dim returnValue As Boolean
returnValue = Me.DataFileVolumeNotIn(checkVolumes)
protected bool DataFileVolumeNotIn(
List<string> checkVolumes
)
protected:
bool DataFileVolumeNotIn(
List<String^>^ checkVolumes
)
member DataFileVolumeNotIn :
checkVolumes:List<string> -> bool
protected function DataFileVolumeNotIn(
checkVolumes : List<String>
) : boolean
Parameters
- checkVolumes
Type: System.Collections.Generic.List<String>
[T:System.Collections.Generic.List<T>]
Return Value
Type: System.Boolean
Returns a Boolean value that is associated with the database adapter base.
Remarks
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, True is returned; otherwise, False.