ResourcePool Constructor (ResourceGovernor, String)
Creates an instance of the Resource Pool class.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
resourceGovernor As ResourceGovernor, _
name As String _
)
public ResourcePool (
ResourceGovernor resourceGovernor,
string name
)
public:
ResourcePool (
ResourceGovernor^ resourceGovernor,
String^ name
)
public ResourcePool (
ResourceGovernor resourceGovernor,
String name
)
public function ResourcePool (
resourceGovernor : ResourceGovernor,
name : String
)
Parameters
- resourceGovernor
ResourceGovernor object.
- name
String naming a user defined Resource Pool.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also