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
)
パラメーター
- collectionType
型: Microsoft.Data.Edm.IEdmCollectionType
この型が参照する型定義。
- isNullable
型: System.Boolean
型で null が許容されるかどうかを示します。