VolumeCollection.Item Propiedad (String)
Returns the object with the specified name in the collection
Espacio de nombres: Microsoft.SqlServer.Management.Utility
Ensamblado: Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
name As String _
) As Volume
Get
'Uso
Dim instance As VolumeCollection
Dim name As String
Dim value As Volume
value = instance(name)
public Volume this[
string name
] { get; }
public:
property Volume^ default[String^ name] {
Volume^ get (String^ name);
}
member Item : Volume
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- name
Tipo: System.String
A String value that specifies the name of the computer.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Utility.Volume
A Volume object that represents the volume with the specified name.