Jegyzet
Az oldalhoz való hozzáférés engedélyezést igényel. Próbálhatod be jelentkezni vagy könyvtárat váltani.
Az oldalhoz való hozzáférés engedélyezést igényel. Megpróbálhatod a könyvtár váltását.
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. |