Propriedade Item (String)
Gets a TargetSet object in the collection by name.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- filterTypeSkeleton
Tipo: System. . :: . .String
A String value that specifies the position of the TargetSet object in the TargetSetCollection collection.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .TargetSet
A TargetSet object value that represents the target set that has the specified name.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Consulte também