Catalog.ExecutionMode 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.
Package execution mode.
public: enum class Catalog::ExecutionMode
[Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResources("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")]
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableEnumConverter))]
public enum Catalog.ExecutionMode
[<Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResources("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableEnumConverter))>]
type Catalog.ExecutionMode =
Public Enum Catalog.ExecutionMode
- Inheritance
-
Catalog.ExecutionMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Server | 0 | Server mode |
ScaleOut | 1 | Scale Out mode |