VolumeCollection コンストラクター (Computer)

指定したコンピューターの VolumeCollection クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Utility
アセンブリ:  Microsoft.SqlServer.Management.Utility (Microsoft.SqlServer.Management.Utility.dll)

構文

'宣言
Public Sub New ( _
    parent As Computer _
)
'使用
Dim parent As Computer 

Dim instance As New VolumeCollection(parent)
public VolumeCollection(
    Computer parent
)
public:
VolumeCollection(
    Computer^ parent
)
new : 
        parent:Computer -> VolumeCollection
public function VolumeCollection(
    parent : Computer
)

パラメーター

説明

既定のコンストラクターは、すべてのフィールドを既定値に初期化します。

関連項目

参照

VolumeCollection クラス

VolumeCollection オーバーロード

Microsoft.SqlServer.Management.Utility 名前空間