Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Ne faites pas directement référence à 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
- i
Type : System.Int32
The zero-based index of the object to get.
Valeur de propriété
Type : Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSql
The ConditionedSql object at the specified index.