ComputerCollection.Item[String] Propriété

Définition

Retourne l'objet avec le nom spécifié dans la collection

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

Paramètres

name
String

Valeur String qui spécifie le nom de l'ordinateur.

Valeur de propriété

Valeur d'objet Computer qui représente l'ordinateur portant le nom spécifié.

S’applique à