Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the ComputerCollection class on the specified Utility domain.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
Public Sub New ( _
parent As Utility _
)
'Usage
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
)
Parameters
- parent
Type: Microsoft.SqlServer.Management.Utility.Utility
A Utility object that specifies the parent of the collection.
Remarks
The default constructor initializes any fields to their default values.