Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initialisiert eine neue Instanz der EdmComplexTypeReference-Klasse.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub New ( _
complexType As IEdmComplexType, _
isNullable As Boolean _
)
'Usage
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
)
Parameter
- complexType
Typ: Microsoft.Data.Edm.IEdmComplexType
Die Typdefinition, auf die dieser Verweis verweist.
- isNullable
Typ: System.Boolean
Bezeichnet, ob der Typ auf NULL festlegbar sein kann.