다음을 통해 공유


EdmEntityType 생성자 (String, String, IEdmEntityType, Boolean, Boolean)

EdmEntityType 클래스의 새 인스턴스를 초기화합니다.

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

구문

‘선언
Public Sub New ( _
    namespaceName As String, _
    name As String, _
    baseType As IEdmEntityType, _
    isAbstract As Boolean, _
    isOpen As Boolean _
)
‘사용 방법
Dim namespaceName As String
Dim name As String
Dim baseType As IEdmEntityType
Dim isAbstract As Boolean
Dim isOpen As Boolean

Dim instance As New EdmEntityType(namespaceName, _
    name, baseType, isAbstract, isOpen)
public EdmEntityType(
    string namespaceName,
    string name,
    IEdmEntityType baseType,
    bool isAbstract,
    bool isOpen
)
public:
EdmEntityType(
    String^ namespaceName, 
    String^ name, 
    IEdmEntityType^ baseType, 
    bool isAbstract, 
    bool isOpen
)
new : 
        namespaceName:string * 
        name:string * 
        baseType:IEdmEntityType * 
        isAbstract:bool * 
        isOpen:bool -> EdmEntityType
public function EdmEntityType(
    namespaceName : String, 
    name : String, 
    baseType : IEdmEntityType, 
    isAbstract : boolean, 
    isOpen : boolean
)

매개 변수

  • namespaceName
    유형: System.String
    엔터티가 속해 있는 네임스페이스입니다.
  • isAbstract
    유형: System.Boolean
    인스턴스화할 수 없는 엔터티를 나타내려면 true이고, 그렇지 않으면 false입니다.
  • isOpen
    유형: System.Boolean
    형식이 공개 형식임을 나타내려면 true이고, 그렇지 않으면 false입니다.

참고 항목

참조

EdmEntityType 클래스

EdmEntityType 오버로드

Microsoft.Data.Edm.Library 네임스페이스