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> ) > ) >