Compartilhar via


SpacesPool.GetDrivesInPool Method ()

 

Retrieves the number of drives in the pool.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

public IList<Drive> GetDrivesInPool()
public:
IList<Drive^>^ GetDrivesInPool()
Public Function GetDrivesInPool As IList(Of Drive)

Return Value

Type: System.Collections.Generic.IList<Drive>

The number of drives in the pool.

See Also

SpacesPool Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top