WorkloadGroupCollection.Item Property (Int32)
Gets a workload group item by index number.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
Public ReadOnly Default Property Item ( _
index As Integer _
) As WorkloadGroup
Get
'Kullanım
Dim instance As WorkloadGroupCollection
Dim index As Integer
Dim value As WorkloadGroup
value = instance(index)
public WorkloadGroup this[
int index
] { get; }
public:
property WorkloadGroup^ default[int index] {
WorkloadGroup^ get (int index);
}
member Item : WorkloadGroup
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- index
Type: System.Int32
Int32
Property Value
Type: Microsoft.SqlServer.Management.Smo.WorkloadGroup
A workload group item by index number.
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace