Linguaggio

ComputerCollection.Item[String] Proprietà

Definizione

Restituisce l'oggetto con il nome specificato nella collezione

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

Parametri

name
String

Un String valore che specifica il nome del computer.

Valore della proprietà

Un Computer valore oggetto che rappresenta il computer con il nome specificato.

Si applica a