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.
Erstellt eine neue Instanz der EdmTypeReference-Klasse.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Protected Sub New ( _
definition As IEdmType, _
isNullable As Boolean _
)
'Usage
Dim definition As IEdmType
Dim isNullable As Boolean
Dim instance As New EdmTypeReference(definition, _
isNullable)
protected EdmTypeReference(
IEdmType definition,
bool isNullable
)
protected:
EdmTypeReference(
IEdmType^ definition,
bool isNullable
)
new :
definition:IEdmType *
isNullable:bool -> EdmTypeReference
protected function EdmTypeReference(
definition : IEdmType,
isNullable : boolean
)
Parameter
- definition
Typ: Microsoft.Data.Edm.IEdmType
Der Typ, der den Wert beschreibt.
- isNullable
Typ: System.Boolean
Bezeichnet, ob der Typ auf NULL festlegbar sein kann.