Item Propiedad (String)
Gets a TargetSetLevel object in the collection with the specified filter type skeleton.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
filterTypeSkeleton As String _
) As TargetSetLevel
Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- filterTypeSkeleton
Tipo: System. . :: . .String
A String value that specifies the filter type skeleton of the TargetSetLevel object in the TargetSetLevelCollection collection.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .TargetSetLevel
A TargetSetLevel object value that represents the target set level that has the specified filter type skeleton.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.