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.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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.