IDatabaseColumnSource 인터페이스

테이블 또는 뷰와 같은 열 데이터의 추상 소스를 모델링합니다.

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

구문

‘선언
Public Interface IDatabaseColumnSource _
    Inherits IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface IDatabaseColumnSource : IModelElement, 
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class IDatabaseColumnSource : IModelElement, 
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
type IDatabaseColumnSource =  
    interface
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end
public interface IDatabaseColumnSource extends IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder

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

속성

  이름 설명
Public 속성 Columns 이 IDatabaseColumnSource에 대한 열을 가져옵니다.
Public 속성 ElementClass 요소의 메타데이터 클래스를 가져옵니다. (IModelElement에서 상속됨)
Public 속성 Indexes 이 IDatabaseColumnSource에 적용되는 인덱스를 가져옵니다.
Public 속성 Model 모델 참조를 가져옵니다. (IModelEntity에서 상속됨)
Public 속성 Name 요소의 이름을 가져오거나 설정합니다. (IModelElement에서 상속됨)
Public 속성 ResolutionStatus 모델 요소의 해결 상태를 나타내는 값을 가져오거나 설정합니다. (IModelElement에서 상속됨)
Public 속성 SourceCodePositions 이 요소를 정의하는 소스의 목록을 가져옵니다. (IModelElement에서 상속됨)
Public 속성 ValidationStatus 모델 요소의 유효성 검사 상태를 나타내는 값을 가져오거나 설정합니다. (IModelElement에서 상속됨)

위쪽

메서드

  이름 설명
Public 메서드 AddAnnotation 지정된 주석을 이 요소에 추가합니다. (IModelAnnotationHolder에서 상속됨)
Public 메서드 Delete 모델에서 이 인스턴스를 삭제합니다. (IModelElement에서 상속됨)
Public 메서드 GetAnnotations() 이 요소에 연결된 주석의 목록을 반환합니다. (IModelAnnotationHolder에서 상속됨)
Public 메서드 GetAnnotations(Type) 지정된 형식의 연결된 주석 목록을 반환합니다. (IModelAnnotationHolder에서 상속됨)
Public 메서드 GetAnnotations(ModelIdentifier) 지정된 식별자가 있는 연결된 주석의 목록을 반환합니다. (IModelAnnotationHolder에서 상속됨)
Public 메서드 GetAnnotations(ModelIdentifier, Type) (IModelAnnotationHolder에서 상속됨)
Public 메서드 GetAnnotations<TType>() 지정된 주석 형식을 구현하고 지정된 모델 식별자가 있는 모든 연결된 모델 주석을 반환합니다. (IModelAnnotationHolder에서 상속됨)
Public 메서드 GetAnnotations<TType>(ModelIdentifier) (IModelAnnotationHolder에서 상속됨)
Public 메서드 GetColumnsRelationship 이 IDatabaseColumnSource 및 연결된 IDatabaseColumn 인스턴스 간의 IModelMultiRelationship을 반환합니다.
Public 메서드 GetComposingChildren 이 요소의 구성 자식 목록을 반환합니다. (IModelElement에서 상속됨)
Public 메서드 GetHierarchicalChildren 이 요소의 계층적 자식 목록을 반환합니다. (IModelElement에서 상속됨)
Public 메서드 GetIndexesRelationship 이 IDatabaseColumnSource 및 연결된 IDatabaseIndex 인스턴스 간의 IModelReverseMultiRelationship을 반환합니다.
Public 메서드 GetOwnerInfo 요소 소유자에 대한 정보를 반환합니다. (IModelElement에서 상속됨)
Public 메서드 GetProperty<TProperty> 지정한 속성을 가져옵니다. (IModelPropertyContainer에서 상속됨)
Public 메서드 GetReferencedDanglingRelationshipEntries 이 요소가 왼쪽에 있고 관계의 오른쪽에는 요소가 없거나 오른쪽에 있는 요소가 모델에 없는 관계 항목의 목록을 반환합니다. (IModelElement에서 상속됨)
Public 메서드 GetReferencedElements 이 요소가 왼쪽에 있는 관계의 요소 목록을 반환합니다. (IModelElement에서 상속됨)
Public 메서드 GetReferencedRelationshipEntries 이 요소가 왼쪽에 있는 관계 항목의 목록을 반환합니다. (IModelElement에서 상속됨)
Public 메서드 GetReferencingElements 이 요소가 오른쪽에 있는 관계의 요소 목록을 반환합니다. (IModelElement에서 상속됨)
Public 메서드 GetReferencingRelationshipEntries 이 요소가 오른쪽에 있는 관계 항목의 목록을 반환합니다. (IModelElement에서 상속됨)
Public 메서드 GetRelationship(ModelRelationshipClass) 제공된 메타데이터를 사용하여 요청된 관계를 반환합니다. (IModelElement에서 상속됨)
Public 메서드 GetRelationship<TFrom, TTo>(ModelRelationshipClass) 관련된 두 요소가 지정된 형식을 갖는 관계를 반환합니다. (IModelElement에서 상속됨)
Public 메서드 GetRelationships 이 요소의 관계 목록을 반환합니다. (IModelElement에서 상속됨)
Public 메서드 IsDeleted 개체가 삭제되었는지 여부를 지정합니다. (IModelElement에서 상속됨)
Public 메서드 IsExternal 개체가 외부 소스에서 로드되었으며 스키마 모델의 일부가 아닌지 여부를 나타내는 값을 반환합니다. (IModelElement에서 상속됨)
Public 메서드 RemoveAnnotation 이 모델 요소에서 지정된 주석을 제거합니다. (IModelAnnotationHolder에서 상속됨)
Public 메서드 SetProperty<TProperty> 지정된 속성을 설정합니다. (IModelPropertyContainer에서 상속됨)

위쪽

참고 항목

참조

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