Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.