Proprietà Item (String)
Gets a TargetSetLevel object in the collection with the specified filter type skeleton.
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 TargetSetLevel
Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- filterTypeSkeleton
Tipo: System. . :: . .String
A String value that specifies the filter type skeleton of the TargetSetLevel object in the TargetSetLevelCollection collection.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .TargetSetLevel
A TargetSetLevel object value that represents the target set level that has the specified filter type skeleton.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche