Condividi tramite


VolumeCollection.Item[String] Proprietà

Definizione

Restituisce l'oggetto con il nome specificato nella raccolta.

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

Valore String che specifica il nome del computer.

Valore della proprietà

Oggetto Volume che rappresenta il volume con il nome specificato.

Si applica a