Partager via


Item propriété (String)

Gets a PolicyCategory object in the collection by name.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (dans 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

Valeur de la 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.