Compartir a través de


ConditionedSqlList.Item Propiedad

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets the ConditionedSql object at the specified index.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    i As Integer _
) As ConditionedSql 
    Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

  • i
    Tipo: System.Int32
    The zero-based index of the object to get.

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSql
The ConditionedSql object at the specified index.

Vea también

Referencia

ConditionedSqlList Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc