다음을 통해 공유


CheckFileGroupDataOnly 메서드

Scans and tests the integrity of database pages that are used to maintain table data in operating system files that implement the file group.

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

구문

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

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

반환 값

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

주의

The CheckFileGroupDataOnly method is implemented by using the Transact-SQL DBCC CHECKFILEGROUP statement with the NOINDEX option specified.