WriteBackTableCreation 열거형

Determines whether a writeback table is created during the Process operation.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Enumeration WriteBackTableCreation
‘사용 방법
Dim instance As WriteBackTableCreation
public enum WriteBackTableCreation
public enum class WriteBackTableCreation
type WriteBackTableCreation
public enum WriteBackTableCreation

멤버

멤버 이름 설명
Create Creates a new writeback table, if one does not exist. If a writeback table already exists, an error occurs.
CreateAlways Creates a new writeback table, overwriting any existing writeback table.
UseExisting Uses the existing writeback table, if one already exists. If one does not exist, an error occurs.

참고 항목

참조

Microsoft.AnalysisServices 네임스페이스