Конструктор DeployedDacCollection (Utility)
Initializes a new instance of the DeployedDacCollection class on the specified imported object.
Пространство имен: 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 DeployedDacCollection(parent)
public DeployedDacCollection(
Utility parent
)
public:
DeployedDacCollection(
Utility^ parent
)
new :
parent:Utility -> DeployedDacCollection
public function DeployedDacCollection(
parent : Utility
)
Параметры
- parent
Тип: Microsoft.SqlServer.Management.Utility. . :: . .Utility
A ImportedObject object that specifies the parent of the collection.
Замечания
The default constructor initializes any fields to their default values.