Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

SchemaManager.RemoveSchema - метод Смотри также  Terrasoft.Core - пространство имен > SchemaManager - класс : RemoveSchema - метод C#

id
Identifier of the schema to be removed.
userConnection
User connection.

Glossary Item Box

Removes the schema with the specified identifier from the database.

Синтаксис

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.InvalidObjectStateExceptionIf the manager does not contain a schema with the id identifier.
System.Security.SecurityExceptionIf the user has insufficient access rights to delete an object.

Заметки

Method is overloaded.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?