DatabaseAdapterBase.DataFileVolumeNotIn 메서드

Returns a Boolean value that is associated with the database adapter base.

네임스페이스:  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
Returns a Boolean value that is associated with the database adapter base.

주의

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.

참고 항목

참조

DatabaseAdapterBase 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스