ServiceArch Enumeration
This enumeration supports the infrastructure and is not intended to be used directly from your code.
Defines values that represent the possible service architectures for a service.
Namespace: Microsoft.Hpc.Scheduler.Session.Configuration
Assembly: Microsoft.Hpc.Scheduler.Session (in Microsoft.Hpc.Scheduler.Session.dll)
| Member name | Description |
|---|---|
| X64 |
This enumeration supports the infrastructure and is not intended to be used directly from your code.
|
| X86 |
This enumeration supports the infrastructure and is not intended to be used directly from your code.
|
To use this enumeration in Visual Basic Scripting Edition (VBScript), you need to use the numeric values for the enumeration members or create constants that correspond to those members and set them equal to the numeric values. The following code example shows how to create and set constants for this enumeration in VBScript.
const X86 = 1 const X64 = 2
Development Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012Target Platforms
Windows XP Professional, Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, with HPC Pack Client Utilities
Build Date:
Community Additions
ADD
Show: