共用方式為


EdmTypeReference 建構函式

建立 EdmTypeReference 類別的新執行個體。

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

語法

'宣告
Protected Sub New ( _
    definition As IEdmType, _
    isNullable As Boolean _
)
'用途
Dim definition As IEdmType
Dim isNullable As Boolean

Dim instance As New EdmTypeReference(definition, _
    isNullable)
protected EdmTypeReference(
    IEdmType definition,
    bool isNullable
)
protected:
EdmTypeReference(
    IEdmType^ definition, 
    bool isNullable
)
new : 
        definition:IEdmType * 
        isNullable:bool -> EdmTypeReference
protected function EdmTypeReference(
    definition : IEdmType, 
    isNullable : boolean
)

參數

請參閱

參考

EdmTypeReference 類別

Microsoft.Data.Edm.Library 命名空間