Méthode EdmStructuredType.AddStructuralProperty (String, IEdmTypeReference)
Crée et ajoute une propriété structurelle à ce type.
Espace de noms : Microsoft.Data.Edm.Library
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Public Function AddStructuralProperty ( _
name As String, _
type As IEdmTypeReference _
) As EdmStructuralProperty
'Utilisation
Dim instance As EdmStructuredType
Dim name As String
Dim type As IEdmTypeReference
Dim returnValue As EdmStructuralProperty
returnValue = instance.AddStructuralProperty(name, _
type)
public EdmStructuralProperty AddStructuralProperty(
string name,
IEdmTypeReference type
)
public:
EdmStructuralProperty^ AddStructuralProperty(
String^ name,
IEdmTypeReference^ type
)
member AddStructuralProperty :
name:string *
type:IEdmTypeReference -> EdmStructuralProperty
public function AddStructuralProperty(
name : String,
type : IEdmTypeReference
) : EdmStructuralProperty
Paramètres
- name
Type : System.String
Nom de la propriété.
- type
Type : Microsoft.Data.Edm.IEdmTypeReference
Type de propriété.
Valeur de retour
Type : Microsoft.Data.Edm.Library.EdmStructuralProperty
Propriété structurelle créée.