Partager via


Propriété Item (Int32)

Gets a Login object in the collection by index number.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Login
    Get
'Utilisation
Dim instance As LoginCollection
Dim index As Integer
Dim value As Login

value = instance(index)
public Login this[
    int index
] { get; }
public:
property Login^ default[int index] {
    Login^ get (int index);
}
member Item : Login
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo. . :: . .Login
A Login object value that represents the login account.