SchemaManager.RemoveSchema - метод Смотри также Terrasoft.Core - пространство имен > SchemaManager - класс : RemoveSchema - метод C#
- id
- Identifier of the schema to be removed.
- userConnection
- User connection.
Glossary Item Box
public Guid RemoveSchema( Guid id, UserConnection userConnection )
Параметры
- id
- Identifier of the schema to be removed.
- userConnection
- User connection.
Тип возвращаемого значения
The identifier of the record in SysSchemaInSolution in which the schema was removed.Исключение | Описание |
---|---|
Terrasoft.Common.InvalidObjectStateException | If the manager does not contain a schema with the id identifier. |
System.Security.SecurityException | If the user has insufficient access rights to delete an object. |
Method is overloaded.