Linguaggio

VolumeCollection.Item[String] Proprietà

Definizione

Restituisce l'oggetto con il nome specificato nella collezione

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

Parametri

name
String

Un String valore che specifica il nome del computer.

Valore della proprietà

Un Volume oggetto che rappresenta il volume con il nome specificato.

Si applica a