Propriété TargetSetCollection.Item (String)
Gets a TargetSet 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 ( _
filterTypeSkeleton As String _
) As TargetSet
Get
'Utilisation
Dim instance As TargetSetCollection
Dim filterTypeSkeleton As String
Dim value As TargetSet
value = instance(filterTypeSkeleton)
public TargetSet this[
string filterTypeSkeleton
] { get; }
public:
property TargetSet^ default[String^ filterTypeSkeleton] {
TargetSet^ get (String^ filterTypeSkeleton);
}
member Item : TargetSet
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- filterTypeSkeleton
Type : System.String
A String value that specifies the position of the TargetSet object in the TargetSetCollection collection.
Valeur de propriété
Type : Microsoft.SqlServer.Management.Dmf.TargetSet
A TargetSet object value that represents the target set 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.