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.
Creates a new ManagedInstanceCollection instance with the specified parent Utility.
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 ManagedInstanceCollection(parent)
public ManagedInstanceCollection(
Utility parent
)
public:
ManagedInstanceCollection(
Utility^ parent
)
new :
parent:Utility -> ManagedInstanceCollection
public function ManagedInstanceCollection(
parent : Utility
)
Parameters
- parent
Type: Microsoft.SqlServer.Management.Utility.Utility
Specifies the Utility object that is the parent of the ManagedInstanceCollection
See Also
Reference
ManagedInstanceCollection Class