次の方法で共有


ComputerCollection コンストラクター (Utility)

指定したユーティリティ ドメインに基づいて、ComputerCollection クラスの新しいインスタンスを初期化します。

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

構文

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

Dim instance As New ComputerCollection(parent)
public ComputerCollection(
    Utility parent
)
public:
ComputerCollection(
    Utility^ parent
)
new : 
        parent:Utility -> ComputerCollection
public function ComputerCollection(
    parent : Utility
)

パラメーター

説明

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

関連項目

参照

ComputerCollection クラス

ComputerCollection オーバーロード

Microsoft.SqlServer.Management.Utility 名前空間