Proprietà TargetSetCollection.Item (String)

Gets a TargetSet object in the collection by name.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    filterTypeSkeleton As String _
) As TargetSet 
    Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Dmf.TargetSet
A TargetSet object value that represents the target set that has the specified name.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Esempi

Utilizzo delle raccolte

Vedere anche

Riferimento

TargetSetCollection Classe

Overload Item

Spazio dei nomi Microsoft.SqlServer.Management.Dmf