Database.CheckTables 메서드

정의

오버로드

Name Description
CheckTables(RepairType)

지정된 복구 유형을 사용하여 DBCC CHECKDB를 호출하고 NO_INFOMSGS

CheckTables(RepairType, RepairOptions)

지정된 복구 유형 및 복구 옵션을 사용하여 DBCC CHECKDB를 호출합니다.

CheckTables(RepairType, RepairStructure)

지정된 복구 유형 및 복구 구조를 사용하여 DBCC CHECKDB를 호출합니다.

CheckTables(RepairType, RepairOptions, RepairStructure, Nullable<Int64>)

지정된 옵션을 사용하여 DBCC CHECKDB를 호출합니다.

CheckTables(RepairType)

지정된 복구 유형을 사용하여 DBCC CHECKDB를 호출하고 NO_INFOMSGS

public System.Collections.Specialized.StringCollection CheckTables(Microsoft.SqlServer.Management.Smo.RepairType repairType);
member this.CheckTables : Microsoft.SqlServer.Management.Smo.RepairType -> System.Collections.Specialized.StringCollection
Public Function CheckTables (repairType As RepairType) As StringCollection

매개 변수

repairType
RepairType

반품

적용 대상

CheckTables(RepairType, RepairOptions)

지정된 복구 유형 및 복구 옵션을 사용하여 DBCC CHECKDB를 호출합니다.

public System.Collections.Specialized.StringCollection CheckTables(Microsoft.SqlServer.Management.Smo.RepairType repairType, Microsoft.SqlServer.Management.Smo.RepairOptions repairOptions);
member this.CheckTables : Microsoft.SqlServer.Management.Smo.RepairType * Microsoft.SqlServer.Management.Smo.RepairOptions -> System.Collections.Specialized.StringCollection
Public Function CheckTables (repairType As RepairType, repairOptions As RepairOptions) As StringCollection

매개 변수

repairType
RepairType
repairOptions
RepairOptions

반품

DBCC CHECKDB에서 반환된 메시지

적용 대상

CheckTables(RepairType, RepairStructure)

지정된 복구 유형 및 복구 구조를 사용하여 DBCC CHECKDB를 호출합니다.

public System.Collections.Specialized.StringCollection CheckTables(Microsoft.SqlServer.Management.Smo.RepairType repairType, Microsoft.SqlServer.Management.Smo.RepairStructure repairStructure);
member this.CheckTables : Microsoft.SqlServer.Management.Smo.RepairType * Microsoft.SqlServer.Management.Smo.RepairStructure -> System.Collections.Specialized.StringCollection
Public Function CheckTables (repairType As RepairType, repairStructure As RepairStructure) As StringCollection

매개 변수

repairType
RepairType
repairStructure
RepairStructure

반품

DBCC CHECKDB에서 반환된 메시지

적용 대상

CheckTables(RepairType, RepairOptions, RepairStructure, Nullable<Int64>)

지정된 옵션을 사용하여 DBCC CHECKDB를 호출합니다.

public System.Collections.Specialized.StringCollection CheckTables(Microsoft.SqlServer.Management.Smo.RepairType repairType, Microsoft.SqlServer.Management.Smo.RepairOptions repairOptions, Microsoft.SqlServer.Management.Smo.RepairStructure repairStructure, long? maxDOP = default);
member this.CheckTables : Microsoft.SqlServer.Management.Smo.RepairType * Microsoft.SqlServer.Management.Smo.RepairOptions * Microsoft.SqlServer.Management.Smo.RepairStructure * Nullable<int64> -> System.Collections.Specialized.StringCollection
Public Function CheckTables (repairType As RepairType, repairOptions As RepairOptions, repairStructure As RepairStructure, Optional maxDOP As Nullable(Of Long) = Nothing) As StringCollection

매개 변수

repairType
RepairType
repairOptions
RepairOptions
repairStructure
RepairStructure
maxDOP
Nullable<Int64>

반품

DBCC CHECKDB에서 반환된 메시지

적용 대상