EnableResult 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 EnableResult
public enum EnableResult
type EnableResult =
Public Enum EnableResult
- Inheritance
-
EnableResult
Fields
Name | Value | Description |
---|---|---|
SuccessPrepareInPrimary | 0 | Enable SSIS support AlwaysOn successed on the primary node |
Successed | 1 | Enable SSIS support AlwaysOn successed on the secondary node |
Failed | 2 | Enable SSIS support AlwaysOn failed |
Cancelled | 3 | Cancel enable SSIS support AlwaysOn |