FileGroup.CheckFileGroup 메서드

Scans and tests the integrity of database pages maintained in operating system files that implement the file group.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Function CheckFileGroup As StringCollection
‘사용 방법
Dim instance As FileGroup 
Dim returnValue As StringCollection 

returnValue = instance.CheckFileGroup()
public StringCollection CheckFileGroup()
public:
StringCollection^ CheckFileGroup()
member CheckFileGroup : unit -> StringCollection
public function CheckFileGroup() : StringCollection

반환 값

유형: System.Collections.Specialized.StringCollection
A StringCollection object value that contains the error messages returned for the integrity test.

주의

The CheckFileGroup method is implemented using the Transact-SQL DBCC CHECKFILEGROUP statement.

데이터베이스 개체 작업

참고 항목

참조

FileGroup 클래스

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

관련 자료

파일 및 파일 그룹 사용

DBCC CHECKFILEGROUP(Transact-SQL)