WorkloadGroup Constructor (ResourcePool, String)
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
resourcePool As ResourcePool, _
name As String _
)
public WorkloadGroup (
ResourcePool resourcePool,
string name
)
public:
WorkloadGroup (
ResourcePool^ resourcePool,
String^ name
)
public WorkloadGroup (
ResourcePool resourcePool,
String name
)
public function WorkloadGroup (
resourcePool : ResourcePool,
name : String
)
Parameters
- resourcePool
- name
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