ResourcePoolCollection.Add Method
Adds a Resource Pool to the Resource Pool Collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
resourcePool As ResourcePool _
)
'Usage
Dim instance As ResourcePoolCollection
Dim resourcePool As ResourcePool
instance.Add(resourcePool)
public void Add(
ResourcePool resourcePool
)
public:
void Add(
ResourcePool^ resourcePool
)
member Add :
resourcePool:ResourcePool -> unit
public function Add(
resourcePool : ResourcePool
)
Parameters
- resourcePool
Type: Microsoft.SqlServer.Management.Smo.ResourcePool
ResourcePool l
See Also