다음을 통해 공유


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
    Nullable 형식을 사용할 수 있는지 여부를 나타냅니다.

참고 항목

참조

EdmComplexTypeReference 클래스

Microsoft.Data.Edm.Library 네임스페이스