Lenguaje

VolumeCollection.Item[String] Propiedad

Definición

Devuelve el objeto con el nombre especificado en la colección

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

Parámetros

name
String

Un valor que especifica String el nombre del ordenador.

Valor de propiedad

Un Volume objeto que representa el volumen con el nombre especificado.

Se aplica a