Compartilhar via


Propriedade do RDL Item (Int32)

Gets a Statistic object in the collection by index number.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Statistic
    Get
'Uso
Dim instance As StatisticCollection
Dim index As Integer
Dim value As Statistic

value = instance(index)
public Statistic this[
    int index
] { get; }
public:
property Statistic^ default[int index] {
    Statistic^ get (int index);
}
member Item : Statistic
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Statistic
A Statistic object value that represents the statistic counter.