Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Definitions (metadata) refers to the structure of tables used to manage data in Microsoft Dataverse. MetadataBase is the base class for classes that contain definition information. This section describes how to programmatically access and modify the definition model using the SDK for .NET.
Important
Adding, removing or changing tables, alternate keys, columns, or relationships can interfere with normal system operation. If you're applying changes to a production system we recommend that you schedule these operations when it's least disruptive to users.
See also
Use the Web API with metadata
Work with table definitions using code