ResourcePoolCollection Class

Represents a collection of Resource Pools.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public NotInheritable Class ResourcePoolCollection _
    Inherits SimpleObjectCollectionBase
'Usage
Dim instance As ResourcePoolCollection
public sealed class ResourcePoolCollection : SimpleObjectCollectionBase
public ref class ResourcePoolCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type ResourcePoolCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class ResourcePoolCollection extends SimpleObjectCollectionBase

Remarks

Inherits SimpleObjectCollectionBase

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.