Metodo ModelStore.CreateNamedElement (Type, ModelIdentifier)
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
Public Function CreateNamedElement ( _
elementType As Type, _
identifier As ModelIdentifier _
) As IModelElement
public IModelElement CreateNamedElement(
Type elementType,
ModelIdentifier identifier
)
public:
IModelElement^ CreateNamedElement(
Type^ elementType,
ModelIdentifier^ identifier
)
member CreateNamedElement :
elementType:Type *
identifier:ModelIdentifier -> IModelElement
public function CreateNamedElement(
elementType : Type,
identifier : ModelIdentifier
) : IModelElement
Parametri
- elementType
Tipo: System.Type
- identifier
Tipo: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Valore restituito
Tipo: Microsoft.Data.Schema.SchemaModel.IModelElement
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.