Partager via


Propriété Item

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets the ConditionedSql object at the specified index.

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

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    i As Integer _
) As ConditionedSql
    Get
'Utilisation
Dim instance As ConditionedSqlList
Dim i As Integer
Dim value As ConditionedSql

value = instance(i)
public ConditionedSql this[
    int i
] { get; }
public:
property ConditionedSql^ default[int i] {
    ConditionedSql^ get (int i);
}
member Item : ConditionedSql
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.Sdk.Sfc. . :: . .ConditionedSql
The ConditionedSql object at the specified index.