Sql100ModelComparer 클래스
SQL Server 2008에 대한 데이터베이스 모델을 비교합니다.
상속 계층 구조
System.Object
Microsoft.Data.Schema.SchemaModel.ModelComparer
Microsoft.Data.Schema.Sql.SchemaModel.SqlModelComparer
Microsoft.Data.Schema.Sql.SchemaModel.Sql90ModelComparer
Microsoft.Data.Schema.Sql.SchemaModel.Sql100ModelComparer
네임스페이스: Microsoft.Data.Schema.Sql.SchemaModel
어셈블리: Microsoft.Data.Schema.Sql(Microsoft.Data.Schema.Sql.dll)
구문
‘선언
Public Class Sql100ModelComparer _
Inherits Sql90ModelComparer
public class Sql100ModelComparer : Sql90ModelComparer
public ref class Sql100ModelComparer : public Sql90ModelComparer
type Sql100ModelComparer =
class
inherit Sql90ModelComparer
end
public class Sql100ModelComparer extends Sql90ModelComparer
Sql100ModelComparer 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
![]() |
DatabaseSchemaProvider | 이 비교자의 데이터베이스 스키마 공급자를 가져옵니다. (SqlModelComparer에서 상속됨) |
![]() |
Schema | 비교자와 연결된 스키마를 가져옵니다. (SqlModelComparer에서 상속됨) |
위쪽
메서드
위쪽
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.