UpdateMode Enumeration

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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.AnalysisServices Namespace