EdmRelationshipNavigationPropertyAttribute(String, String, 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.
Initialise une nouvelle instance de la classe EdmRelationshipNavigationPropertyAttribute.
public:
EdmRelationshipNavigationPropertyAttribute(System::String ^ relationshipNamespaceName, System::String ^ relationshipName, System::String ^ targetRoleName);
public EdmRelationshipNavigationPropertyAttribute (string relationshipNamespaceName, string relationshipName, string targetRoleName);
new System.Data.Objects.DataClasses.EdmRelationshipNavigationPropertyAttribute : string * string * string -> System.Data.Objects.DataClasses.EdmRelationshipNavigationPropertyAttribute
Public Sub New (relationshipNamespaceName As String, relationshipName As String, targetRoleName As String)
Paramètres
- relationshipNamespaceName
- String
Nom de l'espace de noms de la propriété de relation.
- relationshipName
- String
Nom de la relation. Le nom de la relation n'est pas qualifié par un espace de noms.
- targetRoleName
- String
Nom du rôle à l'autre terminaison de la relation.
Remarques
Le nom de relation ne doit pas contenir d'espace de noms. Si vous ajoutez l’espace de noms au nom de la relation, par exemple « MyNamespace ». MyRelationship', une erreur se produit.