IModelPropertyContainer 인터페이스

속성을 포함할 수 있는 엔터티를 나타냅니다.

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

구문

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

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

속성

  이름 설명
Public 속성 Model 모델 참조를 가져옵니다. (IModelEntity에서 상속됨)

위쪽

메서드

  이름 설명
Public 메서드 GetProperty<TProperty> 지정한 속성을 가져옵니다.
Public 메서드 SetProperty<TProperty> 지정된 속성을 설정합니다.

위쪽

참고 항목

참조

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