ScriptOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the options for generating scripts that are used in analysis services. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum ScriptOptions
[<System.Flags>]
type ScriptOptions =
Public Enum ScriptOptions
- Inheritance
-
ScriptOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The default options. |
ExcludePermissions | 1 | Excludes permissions in the script. |
ExcludePartitions | 2 | Excludes partitions in the script. |