Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Defines what kind of command is send to the server.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Синтаксис
'Декларация
Public Enumeration UpdateMode
public enum UpdateMode
public enum class UpdateMode
public enum UpdateMode
public enum UpdateMode
Members
| Member name | Description |
|---|---|
| Create | Sends a Create statement; if the object exists already, an error occurs. |
| CreateOrReplace | Sends a Create statement with AllowOverwrite flag; if the object exists already, it is overwritten. |
| Default | Same as UpdateOrCreate value. |
| Update | Sends an Alter statement; if the object does not exist already on the server, an error occurs. |
| UpdateOrCreate | Sends an Alter statement with AllowCreate flag; if the object does not exist on the server, it is created. |
Замечания
Commands send to the server are either Create or Alter from ASSL.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.