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
)
參數
- parent
型別:Microsoft.SqlServer.Management.Utility. . :: . .Utility
A Utility object that specifies the parent of the collection.
備註
The default constructor initializes any fields to their default values.