CollectionComplexNode(SingleResourceNode, IEdmProperty) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Construit un nouveau CollectionComplexNode.
public CollectionComplexNode (Microsoft.OData.UriParser.SingleResourceNode source, Microsoft.OData.Edm.IEdmProperty property);
new Microsoft.OData.UriParser.CollectionComplexNode : Microsoft.OData.UriParser.SingleResourceNode * Microsoft.OData.Edm.IEdmProperty -> Microsoft.OData.UriParser.CollectionComplexNode
Public Sub New (source As SingleResourceNode, property As IEdmProperty)
Paramètres
- source
- SingleResourceNode
Valeur contenant la propriété.
- property
- IEdmProperty
Propriété EDM à laquelle il faut accéder.
Exceptions
Lève une exception si la source ou la propriété d'entrée a la valeur null.
Levée si la propriété d'entrée n'est pas une collection de propriétés structurelles