Propriété PolicyCategoryCollection.Item (String)
Gets a PolicyCategory object in the collection by name.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
name As String _
) As PolicyCategory
Get
'Utilisation
Dim instance As PolicyCategoryCollection
Dim name As String
Dim value As PolicyCategory
value = instance(name)
public PolicyCategory this[
string name
] { get; }
public:
property PolicyCategory^ default[String^ name] {
PolicyCategory^ get (String^ name);
}
member Item : PolicyCategory
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
A String value that specifies the name of the PolicyCategory object in the PolicyCategoryCollection collection.
Valeur de propriété
Type : Microsoft.SqlServer.Management.Dmf.PolicyCategory
A PolicyCategory object value that represents the policy category that has the specified name.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.