Compartir a través de


TargetSetCollection.Item Propiedad (String)

Gets a TargetSet object in the collection by name.

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 TargetSet 
    Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

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

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Ejemplos

Usar colecciones

Vea también

Referencia

TargetSetCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.SqlServer.Management.Dmf