Compartilhar via


Propriedade do RDL ConditionCollection.Item (String)

Gets a Condition 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 ( _
    name As String _
) As Condition 
    Get
'Uso
Dim instance As ConditionCollection 
Dim name As String 
Dim value As Condition 

value = instance(name)
public Condition this[
    string name
] { get; }
public:
property Condition^ default[String^ name] {
    Condition^ get (String^ name);
}
member Item : Condition
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.Condition
A Condition object value that represents the condition 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.

Exemplos

Usando coleções

Consulte também

Referência

ConditionCollection Classe

Sobrecarregado Item

Namespace Microsoft.SqlServer.Management.Dmf