IVMSCSIControllerCollection interface

The IVMSCSIControllerCollection interface defines the collection of SCSI controllers within a virtual machine. You can retrieve an IVMSCSIControllerCollection object from the IVMVirtualMachine::SCSIControllers property.

Members

The IVMSCSIControllerCollection interface inherits from the IDispatch interface. IVMSCSIControllerCollection also has these types of members:

Properties

The IVMSCSIControllerCollection interface has these properties.

Property Access type Description
_NewEnum
Read-only
An IEnumVariant enumerator for the collection.
Count
Read-only
The number of controllers defined in this collection.
Item
Read-only
The IVMSCSIController object that corresponds to the given index in this collection.

Requirements

Product
Microsoft Virtual Server 2005 onWindows Server 2003
Download
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003
Header
VsComInterfaces.h

See also

IDispatch

IVMSCSIController