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

参数

返回值

类型:System. . :: . .Boolean