Udostępnij za pośrednictwem


Właściwość RuleCollection.Item (Int32)

Pobiera Rule obiektu kolekcja według numeru indeksu.

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

Składnia

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

value = instance(index)
public Rule this[
    int index
] { get; }
public:
property Rule^ default[int index] {
    Rule^ get (int index);
}
member Item : Rule
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.Rule
A Rule obiektu wartość reprezentująca reguły.