次の方法で共有


Item プロパティ (String)

コレクション内の指定された名前のオブジェクトを返します。

名前空間:  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
指定された名前のボリュームを表す Volume オブジェクトです。