Expand Minimize
This topic has not yet been rated - Rate this topic

WriteBackTableCreation Enumeration

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public enum WriteBackTableCreation
Member nameDescription
CreateCreates a new writeback table, if one does not exist. If a writeback table already exists, an error occurs.
CreateAlwaysCreates a new writeback table, overwriting any existing writeback table.
UseExistingUses the existing writeback table, if one already exists. If one does not exist, an error occurs.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.