ComputerCollection.Item[String] 属性

定义

返回集合中指定名称的对象

public:
 property Microsoft::SqlServer::Management::Utility::Computer ^ default[System::String ^] { Microsoft::SqlServer::Management::Utility::Computer ^ get(System::String ^ name); };
public Microsoft.SqlServer.Management.Utility.Computer this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.Utility.Computer
Default Public ReadOnly Property Item(name As String) As Computer

参数

name
String

一个 String 指定计算机名称的值。

属性值

一个 Computer 表示指定名称计算机的对象值。

适用于