DataFileVolumeNotIn メソッド
データベース アダプターに関連付けられたブール値を返します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Protected Function DataFileVolumeNotIn ( _
checkVolumes As List(Of String) _
) As Boolean
'使用
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
パラメーター
- checkVolumes
型: System.Collections.Generic. . :: . .List< (Of < ( <'String> ) > ) >
[T:System.Collections.Generic.List<T>]
戻り値
型: System. . :: . .Boolean
データベース アダプターに関連付けられたブール値を返します。
説明
ファイル グループ内のファイルのドライブ文字を、checkDrives パラメーターのドライブ文字と比較します。
checkVolumes の一覧に 1 つでもファイル ドライブ文字があれば、True が返されます。それ以外の場合は False が返されます。