共用方式為


EdmCollectionTypeReference 建構函式

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

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

語法

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

Dim instance As New EdmCollectionTypeReference(collectionType, _
    isNullable)
public EdmCollectionTypeReference(
    IEdmCollectionType collectionType,
    bool isNullable
)
public:
EdmCollectionTypeReference(
    IEdmCollectionType^ collectionType, 
    bool isNullable
)
new : 
        collectionType:IEdmCollectionType * 
        isNullable:bool -> EdmCollectionTypeReference
public function EdmCollectionTypeReference(
    collectionType : IEdmCollectionType, 
    isNullable : boolean
)

參數

請參閱

參考

EdmCollectionTypeReference 類別

Microsoft.Data.Edm.Library 命名空間