SqlSchemaModel.SqlModelElement 클래스

SQL Server 모델의 스키마 모델 요소를 나타냅니다.

상속 계층 구조

System.Object
  Microsoft.Data.Schema.SchemaModel.ModelElement
    Microsoft.Data.Schema.SchemaModel.DataSchemaModel.ScriptSourcedModelElement
      Microsoft.Data.Schema.Sql.SchemaModel.SqlSchemaModel.SqlModelElement

네임스페이스:  Microsoft.Data.Schema.Sql.SchemaModel
어셈블리:  Microsoft.Data.Schema.Sql(Microsoft.Data.Schema.Sql.dll)

구문

‘선언
Protected MustInherit Class SqlModelElement _
    Inherits DataSchemaModel..::..ScriptSourcedModelElement _
    Implements ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer,  _
    IModelEntity, IModelAnnotationHolder
protected abstract class SqlModelElement : DataSchemaModel..::..ScriptSourcedModelElement, 
    ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, 
    IModelAnnotationHolder
protected ref class SqlModelElement abstract : public DataSchemaModel..::..ScriptSourcedModelElement, 
    ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, 
    IModelAnnotationHolder
[<AbstractClass>]
type SqlModelElement =  
    class
        inherit DataSchemaModel..::..ScriptSourcedModelElement
        interface ISqlModelElement
        interface IScriptSourcedModelElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end
protected abstract class SqlModelElement extends DataSchemaModel..::..ScriptSourcedModelElement implements ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder

SqlSchemaModel.SqlModelElement 형식에서는 다음과 같은 멤버를 노출합니다.

생성자

  이름 설명
Protected 메서드 SqlSchemaModel.SqlModelElement SqlSchemaModel.SqlModelElement 클래스의 새 인스턴스를 초기화합니다.

위쪽

속성

  이름 설명
Public 속성 ElementClass 요소의 ElementClass 메타데이터를 가져옵니다. (ModelElement에서 상속됨)
Public 속성 Model 요소의 ModelStore를 가져옵니다. (ModelElement에서 상속됨)
Public 속성 Name 요소의 식별자를 가져옵니다. (ModelElement에서 상속됨)
Public 속성 PrimarySource 이 요소를 정의하는 기본 소스의 위치를 가져옵니다. (DataSchemaModel.ScriptSourcedModelElement에서 상속됨)
Public 속성 ResolutionStatus 현재 확인 상태를 가져옵니다. (ModelElement에서 상속됨)
Public 속성 SecondarySources 이 요소를 정의하는 보조 소스의 목록을 가져옵니다. (DataSchemaModel.ScriptSourcedModelElement에서 상속됨)
Public 속성 SourceCodePositions (ModelElement에서 상속됨)
Public 속성 ValidationStatus 현재 요소의 유효성 검사 상태를 나타내는 값을 가져옵니다. (ModelElement에서 상속됨)

위쪽

메서드

  이름 설명
Public 메서드 AddAnnotation 제공된 IModelAnnotation 개체를 요소에 추가합니다. (ModelElement에서 상속됨)
Public 메서드 Delete 스키마 모델에서 현재 요소를 삭제합니다. (ModelElement에서 상속됨)
Public 메서드 Equals 제공된 개체가 현재 요소와 같은지 여부를 확인합니다. (ModelElement에서 상속됨)
Protected 메서드 Finalize 가비지 수집에서 회수하기 전에 개체에서 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Public 메서드 GetAnnotations() 이 요소에 추가된 주석의 목록을 가져옵니다. (ModelElement에서 상속됨)
Public 메서드 GetAnnotations(Type) 이 요소에 추가되었으며 지정된 형식을 사용하는 주석의 목록을 가져옵니다. (ModelElement에서 상속됨)
Public 메서드 GetAnnotations(ModelIdentifier) 현재 요소의 자식 요소인 지정된 요소에 추가된 주석의 목록을 가져옵니다. (ModelElement에서 상속됨)
Public 메서드 GetAnnotations(ModelIdentifier, Type) 현재 요소의 자식 요소인 지정된 자식 요소에 추가된 지정된 형식의 주석 목록을 가져옵니다. (ModelElement에서 상속됨)
Public 메서드 GetComposingChildren 구성 자식 요소의 목록을 반환합니다. (ModelElement에서 상속됨)
Public 메서드 GetHashCode 특정 형식에 대한 해시 함수 역할을 합니다. (ModelElement에서 상속됨)
Public 메서드 GetHierarchicalChildren 계층적 자식 요소의 목록을 가져옵니다. (ModelElement에서 상속됨)
Public 메서드 GetMultiRelationship<TFrom, TTo> (ModelElement에서 상속됨)
Public 메서드 GetOwnerInfo 현재 요소의 소유자에 대한 정보를 반환합니다. (ModelElement에서 상속됨)
Public 메서드 GetProperty<TProperty> (ModelElement에서 상속됨)
Public 메서드 GetReferencedDanglingRelationshipEntries (ModelElement에서 상속됨)
Public 메서드 GetReferencedElements (ModelElement에서 상속됨)
Public 메서드 GetReferencedRelationshipEntries (ModelElement에서 상속됨)
Public 메서드 GetReferencingElements (ModelElement에서 상속됨)
Public 메서드 GetReferencingRelationshipEntries (ModelElement에서 상속됨)
Public 메서드 GetRelationship(ModelRelationshipClass) (ModelElement에서 상속됨)
Public 메서드 GetRelationshipEntrySources 관계 항목의 관계 항목 소스 목록을 반환합니다. (DataSchemaModel.ScriptSourcedModelElement에서 상속됨)
Public 메서드 GetRelationships 요소에 등록된 관계의 목록을 반환합니다. (ModelElement에서 상속됨)
Public 메서드 GetReverseMultiRelationship<TFrom, TTo> (ModelElement에서 상속됨)
Public 메서드 GetReverseSingleRelationship<TFrom, TTo> (ModelElement에서 상속됨)
Public 메서드 GetSingleRelationship<TFrom, TTo> (ModelElement에서 상속됨)
Public 메서드 GetType 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public 메서드 IsDeleted 현재 요소가 삭제되었는지 여부를 나타내는 값을 반환합니다. (ModelElement에서 상속됨)
Public 메서드 IsExternal 현재 요소가 현재 스키마 외부에 있는 소스에서 로드되었는지 여부를 나타내는 값을 반환합니다. (ModelElement에서 상속됨)
Protected 메서드 MemberwiseClone 현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)
Public 메서드 RemoveAnnotation 요소에서 지정된 주석을 제거합니다. (ModelElement에서 상속됨)
Public 메서드 SetProperty<TProperty> (ModelElement에서 상속됨)
Public 메서드 ToString() 요소를 문자열로 변환합니다. (DataSchemaModel.ScriptSourcedModelElement.ToString()을(를) 재정의함)
Public 메서드 ToString(String, IFormatProvider) 제공된 형식과 형식 공급자를 사용하여 요소 이름을 반환합니다. (DataSchemaModel.ScriptSourcedModelElement에서 상속됨)

위쪽

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

Microsoft.Data.Schema.Sql.SchemaModel 네임스페이스