Udostępnij za pośrednictwem


Właściwość Item

Pobiera PhysicalPartition obiektu kolekcja według numeru indeksu.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Syntax

'Deklaracja
Public ReadOnly Default Property Item ( _
    index As Integer _
) As PhysicalPartition
    Get
'Użycie
Dim instance As PhysicalPartitionCollection
Dim index As Integer
Dim value As PhysicalPartition

value = instance(index)
public PhysicalPartition this[
    int index
] { get; }
public:
property PhysicalPartition^ default[int index] {
    PhysicalPartition^ get (int index);
}
member Item : PhysicalPartition
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo. . :: . .PhysicalPartition
A PhysicalPartition obiektu wartość reprezentująca fizycznej partycji.