Constructeur ResourcePool (ResourceGovernor, String)
Initializes a new instance of the ResourcePool class.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
resourceGovernor As ResourceGovernor, _
name As String _
)
'Utilisation
Dim resourceGovernor As ResourceGovernor
Dim name As String
Dim instance As New ResourcePool(resourceGovernor, _
name)
public ResourcePool(
ResourceGovernor resourceGovernor,
string name
)
public:
ResourcePool(
ResourceGovernor^ resourceGovernor,
String^ name
)
new :
resourceGovernor:ResourceGovernor *
name:string -> ResourcePool
public function ResourcePool(
resourceGovernor : ResourceGovernor,
name : String
)
Paramètres
- resourceGovernor
Type : Microsoft.SqlServer.Management.Smo.ResourceGovernor
The parent object.
- name
Type : System.String
The name of the object.