다음을 통해 공유


DacExtractionUnit 생성자 (Server, String, String, Version)

Initializes a new instance of the DacExtractionUnit class that has the specified instance of the 데이터베이스 엔진 and the specified database to be extracted, along with the type name and version to be applied.

네임스페이스:  Microsoft.SqlServer.Management.Dac
어셈블리:  Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)

구문

‘선언
Public Sub New ( _
    server As Server, _
    databaseName As String, _
    typeName As String, _
    version As Version _
)
‘사용 방법
Dim server As Server
Dim databaseName As String
Dim typeName As String
Dim version As Version

Dim instance As New DacExtractionUnit(server, _
    databaseName, typeName, version)
public DacExtractionUnit(
    Server server,
    string databaseName,
    string typeName,
    Version version
)
public:
DacExtractionUnit(
    Server^ server, 
    String^ databaseName, 
    String^ typeName, 
    Version^ version
)
new : 
        server:Server * 
        databaseName:string * 
        typeName:string * 
        version:Version -> DacExtractionUnit
public function DacExtractionUnit(
    server : Server, 
    databaseName : String, 
    typeName : String, 
    version : Version
)

매개 변수

주의

A DAC type is uniquely identified by the combination of the type name and version.