Compartir a través de


Enumeración WriteBackTableCreation

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Enumeration WriteBackTableCreation
'Uso
Dim instance As WriteBackTableCreation
public enum WriteBackTableCreation
public enum class WriteBackTableCreation
type WriteBackTableCreation
public enum WriteBackTableCreation

Miembros

Nombre del miembro Descripción
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.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices