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.