EnableExceptionType 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.
public enum class EnableExceptionType
public enum EnableExceptionType
type EnableExceptionType =
Public Enum EnableExceptionType
- Inheritance
-
EnableExceptionType
Fields
Name | Value | Description |
---|---|---|
NoException | 0 | There is no exception to enable SSIS support AlwaysOn |
IntegrationServiceExceptionType | 1 | IntegrationService exception type |
SqlExceptionType | 2 | SqlException type |
OtherExceptionType | 3 | Other exception type |