次の方法で共有


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
)

パラメーター

  • isNullable
    型: System.Boolean
    型で null が許容されるかどうかを示します。

関連項目

参照

EdmCollectionTypeReference クラス

Microsoft.Data.Edm.Library 名前空間