Propriedade do RDL ConditionedSqlList.Item
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets the ConditionedSql object at the specified index.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- i
Tipo: System.Int32
The zero-based index of the object to get.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSql
The ConditionedSql object at the specified index.