Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Specifies an enumeration of script actions.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Enumeration ScriptAction
'Usage
Dim instance As ScriptAction
public enum ScriptAction
public enum class ScriptAction
type ScriptAction
public enum ScriptAction
Members
| Member name | Description | |
|---|---|---|
| Alter | The Alter action. | |
| AlterWithAllowCreate | The AlterWithAllowCreate action. | |
| Create | The Create action. | |
| CreateWithAllowOverwrite | The CreateWithAllowOverwrite action. | |
| Delete | The Delete action. |