Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
ResourcePooll
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace