Поделиться через


Свойство ServerInstanceCollection.Item (Int32)

Gets a ServerInstance object in the collection by index number.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Wmi
Сборка:  Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    index As Integer _
) As ServerInstance 
    Get
'Применение
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
JScript поддерживает использование индексированных свойств, но не объявление новых.

Параметры

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance
A ServerInstance object value that represents an instance of SQL Server.

См. также

Справочник

ServerInstanceCollection Класс

Перегрузка Item

Пространство имен Microsoft.SqlServer.Management.Smo.Wmi