Свойство ServerInstanceCollection.Item (String)
Gets a ServerInstance object in the collection by name.
Пространство имен: Microsoft.SqlServer.Management.Smo.Wmi
Сборка: Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
name As String _
) As ServerInstance
Get
'Применение
Dim instance As ServerInstanceCollection
Dim name As String
Dim value As ServerInstance
value = instance(name)
public ServerInstance this[
string name
] { get; }
public:
property ServerInstance^ default[String^ name] {
ServerInstance^ get (String^ name);
}
member Item : ServerInstance
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- name
Тип: System.String
A String value that specifies the name of the ServerInstance object in the ServerInstanceCollection collection.
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance
A ServerInstance object value that represents an instance of SQL Server.