CheckTables 메서드 (RepairType, RepairOptions)
데이터베이스의 모든 테이블 및 테이블에 정의된 모든 인덱스에 대해 데이터베이스 페이지의 무결성을 테스트합니다.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Function CheckTables ( _
repairType As RepairType, _
repairOptions As RepairOptions _
) As StringCollection
‘사용 방법
Dim instance As Database
Dim repairType As RepairType
Dim repairOptions As RepairOptions
Dim returnValue As StringCollection
returnValue = instance.CheckTables(repairType, _
repairOptions)
public StringCollection CheckTables(
RepairType repairType,
RepairOptions repairOptions
)
public:
StringCollection^ CheckTables(
RepairType repairType,
RepairOptions repairOptions
)
member CheckTables :
repairType:RepairType *
repairOptions:RepairOptions -> StringCollection
public function CheckTables(
repairType : RepairType,
repairOptions : RepairOptions
) : StringCollection
매개 변수
- repairType
유형: Microsoft.SqlServer.Management.Smo. . :: . .RepairType
복구 모드를 지정하는 RepairType 개체입니다.
- repairOptions
유형: Microsoft.SqlServer.Management.Smo. . :: . .RepairOptions
추정값으로만 수행할지 여부, 반환되는 보고서에 포함될 메시지 유형 등의 복구 옵션을 지정하는 RepairOptions 개체 값입니다.
반환 값
유형: System.Collections.Specialized. . :: . .StringCollection
데이터베이스의 테이블 및 인덱스 무결성에 대한 보고서를 포함하는 StringCollection 개체 값입니다.