Condividi tramite


Proprietà Item

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets the ConditionedSql object at the specified index.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    i As Integer _
) As ConditionedSql
    Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

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