WorkloadGroup Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C#
public WorkloadGroup();
Public Sub New ()
Applies to
Microsoft.SqlServer.SqlManagementObjects 160.2004021.0 ja Microsoft.SqlServer.SqlManagementObjects 150.18208.0
Toode | Versioonid |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 150.18208.0, 160.2004021.0 |
C#
public WorkloadGroup(Microsoft.SqlServer.Management.Smo.ResourcePool resourcePool, string name);
new Microsoft.SqlServer.Management.Smo.WorkloadGroup : Microsoft.SqlServer.Management.Smo.ResourcePool * string -> Microsoft.SqlServer.Management.Smo.WorkloadGroup
Public Sub New (resourcePool As ResourcePool, name As String)
Parameters
- resourcePool
- ResourcePool
- name
- String
Applies to
Microsoft.SqlServer.SqlManagementObjects 160.2004021.0 ja Microsoft.SqlServer.SqlManagementObjects 150.18208.0
Toode | Versioonid |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 150.18208.0, 160.2004021.0 |