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 EdmCollectionTypeReference-Klasse.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub New ( _
collectionType As IEdmCollectionType, _
isNullable As Boolean _
)
'Usage
Dim collectionType As IEdmCollectionType
Dim isNullable As Boolean
Dim instance As New EdmCollectionTypeReference(collectionType, _
isNullable)
public EdmCollectionTypeReference(
IEdmCollectionType collectionType,
bool isNullable
)
public:
EdmCollectionTypeReference(
IEdmCollectionType^ collectionType,
bool isNullable
)
new :
collectionType:IEdmCollectionType *
isNullable:bool -> EdmCollectionTypeReference
public function EdmCollectionTypeReference(
collectionType : IEdmCollectionType,
isNullable : boolean
)
Parameter
- collectionType
Typ: Microsoft.Data.Edm.IEdmCollectionType
Die Typdefinition, auf die dieser Verweis verweist.
- isNullable
Typ: System.Boolean
Bezeichnet, ob der Typ auf NULL festlegbar sein kann.