DacInstanceCollection 构造函数 (DacDomain)
Initializes a new instance of the DacPackageCollection class.
命名空间: Microsoft.SqlServer.Management.Dac
程序集: Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)
语法
声明
Public Sub New ( _
parent As DacDomain _
)
用法
Dim parent As DacDomain
Dim instance As New DacInstanceCollection(parent)
public DacInstanceCollection(
DacDomain parent
)
public:
DacInstanceCollection(
DacDomain^ parent
)
new :
parent:DacDomain -> DacInstanceCollection
public function DacInstanceCollection(
parent : DacDomain
)
参数
- parent
类型:Microsoft.SqlServer.Management.Dac. . :: . .DacDomain
A DacDomain object that specifies the instance of the Database Engine that contains the DAC instances.