共用方式為


EdmEntityReferenceType 建構函式

命名空間:  Microsoft.Data.Edm.Library
組件:  Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)

語法

'宣告
Public Sub New ( _
    entityType As IEdmEntityType _
)
'用途
Dim entityType As IEdmEntityType

Dim instance As New EdmEntityReferenceType(entityType)
public EdmEntityReferenceType(
    IEdmEntityType entityType
)
public:
EdmEntityReferenceType(
    IEdmEntityType^ entityType
)
new : 
        entityType:IEdmEntityType -> EdmEntityReferenceType
public function EdmEntityReferenceType(
    entityType : IEdmEntityType
)

參數

請參閱

參考

EdmEntityReferenceType 類別

Microsoft.Data.Edm.Library 命名空間