SqlVmOsType 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.
Operating System of the current SQL Virtual Machine.
public enum SqlVmOsType
type SqlVmOsType =
Public Enum SqlVmOsType
- Inheritance
-
SqlVmOsType
Fields
| Name | Value | Description |
|---|---|---|
| Windows | 0 | Windows. |
| Linux | 1 | Linux. |