Item propriété (String)
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
name As String _
) As WorkloadGroup
Get
'Utilisation
Dim instance As WorkloadGroupCollection
Dim name As String
Dim value As WorkloadGroup
value = instance(name)
public WorkloadGroup this[
string name
] { get; }
public:
property WorkloadGroup^ default[String^ name] {
WorkloadGroup^ get (String^ name);
}
member Item : WorkloadGroup
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- name
Type : System. . :: . .String
String
Valeur de la propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .WorkloadGroup
WorkloadGroup