SingleValueOpenPropertyAccessNode(SingleValueNode, String) 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 objet SingleValueOpenPropertyAccessNode.
public SingleValueOpenPropertyAccessNode (Microsoft.OData.UriParser.SingleValueNode source, string openPropertyName);
new Microsoft.OData.UriParser.SingleValueOpenPropertyAccessNode : Microsoft.OData.UriParser.SingleValueNode * string -> Microsoft.OData.UriParser.SingleValueOpenPropertyAccessNode
Public Sub New (source As SingleValueNode, openPropertyName As String)
Paramètres
- source
- SingleValueNode
Valeur contenant cette propriété.
- openPropertyName
- String
Nom de la propriété ouverte à lier hors du modèle EDM.
Exceptions
Lève une exception si la source ou le openPropertyName d'entrée a la valeur null.