次の方法で共有


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
)

パラメーター

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

関連項目

参照

EdmComplexTypeReference クラス

Microsoft.Data.Edm.Library 名前空間