ModelStore.CreateNamedElement (Método) (Type, ModelIdentifier)
Espacio de nombres: Microsoft.Data.Schema.SchemaModel
Ensamblado: Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)
Sintaxis
'Declaración
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
Parámetros
- elementType
Tipo: System.Type
- identifier
Tipo: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Valor devuelto
Tipo: Microsoft.Data.Schema.SchemaModel.IModelElement
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.