Свойство Item (String)

Returns the object with the specified name in the collection

Пространство имен:  Microsoft.SqlServer.Management.Utility
Сборка:  Microsoft.SqlServer.Management.Utility (в Microsoft.SqlServer.Management.Utility.dll)

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    name As String _
) As Volume
    Get
'Применение
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 поддерживает использование индексированных свойств, но не объявление новых.

Параметры

Значение свойства

Тип: Microsoft.SqlServer.Management.Utility. . :: . .Volume
A Volume object that represents the volume with the specified name.