Propriedade do RDL Item
Gets a Cpu object from the collection.
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 Cpu
Get
'Uso
Dim instance As CpuCollection
Dim index As Integer
Dim value As Cpu
value = instance(index)
public Cpu this[
int index
] { get; }
public:
property Cpu^ default[int index] {
Cpu^ get (int index);
}
member Item : Cpu
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- index
Tipo: System. . :: . .Int32
An Int32 value that specifies the index value in the collection to get.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Cpu
Returns a T[:Microsoft.SqlServer.Management.Smo.Cpu] object.