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 개체입니다.

적용 대상