Condividi tramite


Metodo ModelStore.CreateNamedElement<TElement> (ModelIdentifier)

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public Function CreateNamedElement(Of TElement As IModelElement) ( _
    identifier As ModelIdentifier _
) As TElement
public TElement CreateNamedElement<TElement>(
    ModelIdentifier identifier
)
where TElement : IModelElement
public:
generic<typename TElement>
where TElement : IModelElement
TElement CreateNamedElement(
    ModelIdentifier^ identifier
)
member CreateNamedElement : 
        identifier:ModelIdentifier -> 'TElement  when 'TElement : IModelElement
JScript non supporta i tipi o i metodi generici.

Parametri di tipo

  • TElement

Parametri

Valore restituito

Tipo: TElement

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelStore Classe

Overload CreateNamedElement

Spazio dei nomi Microsoft.Data.Schema.SchemaModel