Propriedade do RDL TargetSetLevelCollection.Item (String)

Gets a TargetSetLevel object in the collection with the specified filter type skeleton.

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 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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Dmf.TargetSetLevel
A TargetSetLevel object value that represents the target set level that has the specified filter type skeleton.

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Exemplos

Usando coleções

Consulte também

Referência

TargetSetLevelCollection Classe

Sobrecarregado Item

Namespace Microsoft.SqlServer.Management.Dmf