Partager via


Propriété TargetSetLevelCollection.Item (String)

Gets a TargetSetLevel object in the collection with the specified filter type skeleton.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    filterTypeSkeleton As String _
) As TargetSetLevel 
    Get
'Utilisation
Dim instance As TargetSetLevelCollection 
Dim filterTypeSkeleton As String 
Dim value As TargetSetLevel 

value = instance(filterTypeSkeleton)
public TargetSetLevel this[
    string filterTypeSkeleton
] { get; }
public:
property TargetSetLevel^ default[String^ filterTypeSkeleton] {
    TargetSetLevel^ get (String^ filterTypeSkeleton);
}
member Item : TargetSetLevel
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 propriété

Type : Microsoft.SqlServer.Management.Dmf.TargetSetLevel
A TargetSetLevel object value that represents the target set level that has the specified filter type skeleton.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Exemples

Utilisation de collections

Voir aussi

Référence

TargetSetLevelCollection Classe

Surcharge Item

Espace de noms Microsoft.SqlServer.Management.Dmf