DataFileVolumeNotIn méthode
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Protected Function DataFileVolumeNotIn ( _
checkVolumes As List(Of String) _
) As Boolean
'Utilisation
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
Paramètres
- checkVolumes
Type : System.Collections.Generic. . :: . .List< (Of < ( <'String> ) > ) >
Valeur de retour
Type : System. . :: . .Boolean