Metodo ModelStore.CreateExternalNamedElement<TElement> (ModelIdentifier)
Crea un elemento esterno denominato del tipo specificato utilizzando l'identificatore e l'oggetto metadati dell'elemento specificati.
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
Protected Friend Function CreateExternalNamedElement(Of TElement As IModelElement) ( _
identifier As ModelIdentifier _
) As TElement
protected internal TElement CreateExternalNamedElement<TElement>(
ModelIdentifier identifier
)
where TElement : IModelElement
protected public:
generic<typename TElement>
where TElement : IModelElement
TElement CreateExternalNamedElement(
ModelIdentifier^ identifier
)
member CreateExternalNamedElement :
identifier:ModelIdentifier -> 'TElement when 'TElement : IModelElement
JScript non supporta i tipi o i metodi generici.
Parametri di tipo
- TElement
Oggetto Type derivato dall'oggetto IModelElement.
Parametri
- identifier
Tipo: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Oggetto ModelIdentifier che rappresenta il nome del nuovo elemento esterno.
Valore restituito
Tipo: TElement
Elemento esterno.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Overload CreateExternalNamedElement