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 命名空间