Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Determines whether a writeback table is created during the Process operation.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Enumeration WriteBackTableCreation
'Usage
Dim instance As WriteBackTableCreation
public enum WriteBackTableCreation
public enum class WriteBackTableCreation
type WriteBackTableCreation
public enum WriteBackTableCreation
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |