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