다음을 통해 공유


CheckTableDataOnly 메서드

Tests the integrity of database pages for the table data defined on the table.

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

구문

‘선언
Public Function CheckTableDataOnly As StringCollection
‘사용 방법
Dim instance As Table
Dim returnValue As StringCollection

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

반환 값

형식: System.Collections.Specialized. . :: . .StringCollection
A StringCollection system object value that contains the results of the checking the integrity of the table,. This includes the number of rows and the number of pages.

주의

This method is functionally equivalent to the Transact-SQL CHECK TABLE table name NOINDEX statement.