Udostępnij za pośrednictwem


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

Pobiera ServerInstance obiektu kolekcja według numeru indeksu.

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

Składnia

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

value = instance(index)
public ServerInstance this[
    int index
] { get; }
public:
property ServerInstance^ default[int index] {
    ServerInstance^ get (int index);
}
member Item : ServerInstance
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.Wmi.ServerInstance
A ServerInstance wartość obiektu, który reprezentuje wystąpienie SQL Server.