Partager via


Item propriété (String)

Gets a TargetSetLevel 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 ( _
    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 la propriété

Type : Microsoft.SqlServer.Management.Dmf. . :: . .TargetSetLevel
A TargetSetLevel object value that represents the target set level 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.