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