다음을 통해 공유


ComputerCollection 생성자 (Utility)

Initializes a new instance of the ComputerCollection class on the specified Utility domain.

네임스페이스:  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
)

매개 변수

주의

The default constructor initializes any fields to their default values.