Méthode EdmStructuredType.AddStructuralProperty (String, IEdmTypeReference, String, EdmConcurrencyMode)
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, _
defaultValue As String, _
concurrencyMode As EdmConcurrencyMode _
) As EdmStructuralProperty
'Utilisation
Dim instance As EdmStructuredType
Dim name As String
Dim type As IEdmTypeReference
Dim defaultValue As String
Dim concurrencyMode As EdmConcurrencyMode
Dim returnValue As EdmStructuralProperty
returnValue = instance.AddStructuralProperty(name, _
type, defaultValue, concurrencyMode)
public EdmStructuralProperty AddStructuralProperty(
string name,
IEdmTypeReference type,
string defaultValue,
EdmConcurrencyMode concurrencyMode
)
public:
EdmStructuralProperty^ AddStructuralProperty(
String^ name,
IEdmTypeReference^ type,
String^ defaultValue,
EdmConcurrencyMode concurrencyMode
)
member AddStructuralProperty :
name:string *
type:IEdmTypeReference *
defaultValue:string *
concurrencyMode:EdmConcurrencyMode -> EdmStructuralProperty
public function AddStructuralProperty(
name : String,
type : IEdmTypeReference,
defaultValue : String,
concurrencyMode : EdmConcurrencyMode
) : EdmStructuralProperty
Paramètres
- name
Type : System.String
Nom de la propriété.
- type
Type : Microsoft.Data.Edm.IEdmTypeReference
Type de propriété.
- defaultValue
Type : System.String
Valeur par défaut de cette propriété.
- concurrencyMode
Type : Microsoft.Data.Edm.EdmConcurrencyMode
Mode concurrentiel de cette propriété.
Valeur de retour
Type : Microsoft.Data.Edm.Library.EdmStructuralProperty
Propriété structurelle créée.