Propriété Item (String)

Gets a Condition object in the collection by name.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    name As String _
) As Condition
    Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : Microsoft.SqlServer.Management.Dmf. . :: . .Condition
A Condition object value that represents the condition that has the specified name.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.