Udostępnij za pośrednictwem


Właściwość Item (String)

Pobiera PartitionFunction obiektu kolekcja według nazwy.

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

Syntax

'Deklaracja
Public ReadOnly Default Property Item ( _
    name As String _
) As PartitionFunction
    Get
'Użycie
Dim instance As PartitionFunctionCollection
Dim name As String
Dim value As PartitionFunction

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