次の方法で共有


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 オブジェクトです。

適用対象