Udostępnij za pośrednictwem


Właściwość Item (Int32)

Pobiera PartitionScheme 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 PartitionScheme
    Get
'Użycie
Dim instance As PartitionSchemeCollection
Dim index As Integer
Dim value As PartitionScheme

value = instance(index)
public PartitionScheme this[
    int index
] { get; }
public:
property PartitionScheme^ default[int index] {
    PartitionScheme^ get (int index);
}
member Item : PartitionScheme
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. . :: . .PartitionScheme
A PartitionScheme obiektu wartość reprezentująca schemat partycji.