共用方式為


EdmComplexTypeReference 建構函式

初始化 EdmComplexTypeReference 類別的新執行個體。

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

語法

'宣告
Public Sub New ( _
    complexType As IEdmComplexType, _
    isNullable As Boolean _
)
'用途
Dim complexType As IEdmComplexType
Dim isNullable As Boolean

Dim instance As New EdmComplexTypeReference(complexType, _
    isNullable)
public EdmComplexTypeReference(
    IEdmComplexType complexType,
    bool isNullable
)
public:
EdmComplexTypeReference(
    IEdmComplexType^ complexType, 
    bool isNullable
)
new : 
        complexType:IEdmComplexType * 
        isNullable:bool -> EdmComplexTypeReference
public function EdmComplexTypeReference(
    complexType : IEdmComplexType, 
    isNullable : boolean
)

參數

請參閱

參考

EdmComplexTypeReference 類別

Microsoft.Data.Edm.Library 命名空間