VolumeCollection.Item[String] 属性

定义

返回集合中指定名称的对象

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

参数

name
String

一个 String 指定计算机名称的值。

属性值

一个 Volume 表示指定名称体积的对象。

适用于