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 对象,该对象表示具有指定名称的卷。

适用于