Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Adds an element to the EDM library.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub AddElement ( _
element As IEdmSchemaElement _
)
'Usage
Dim instance As EdmModel
Dim element As IEdmSchemaElement
instance.AddElement(element)
public void AddElement(
IEdmSchemaElement element
)
public:
void AddElement(
IEdmSchemaElement^ element
)
member AddElement :
element:IEdmSchemaElement -> unit
public function AddElement(
element : IEdmSchemaElement
)
Parameters
- element
Type: Microsoft.Data.Edm.IEdmSchemaElement
The element to be added.