Constructeur WorkloadGroup (ResourcePool, String)
Initializes a new instance of the WorkloadGroup class that has the specified name and resource pool.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
resourcePool As ResourcePool, _
name As String _
)
'Utilisation
Dim resourcePool As ResourcePool
Dim name As String
Dim instance As New WorkloadGroup(resourcePool, _
name)
public WorkloadGroup(
ResourcePool resourcePool,
string name
)
public:
WorkloadGroup(
ResourcePool^ resourcePool,
String^ name
)
new :
resourcePool:ResourcePool *
name:string -> WorkloadGroup
public function WorkloadGroup(
resourcePool : ResourcePool,
name : String
)
Paramètres
- resourcePool
Type : Microsoft.SqlServer.Management.Smo. . :: . .ResourcePool
A ResourcePool object that specifies the parent object of the workload group.
- name
Type : System. . :: . .String
A String value that specifies the name of the workload group
Voir aussi