DeploymentServerType 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.
Specifies the type of server to host the package.
public enum class DeploymentServerType
public enum DeploymentServerType
type DeploymentServerType =
Public Enum DeploymentServerType
- Inheritance
-
DeploymentServerType
Fields
Name | Value | Description |
---|---|---|
ApplicationServer | 0 | A server that hosts services. |
WebFrontEnd | 1 | A server that hosts Web sites. |