DacExtractionUnit 생성자 (Server, String)
Initializes a new instance of the DacExtractionUnit class that has the specified instance of the 데이터베이스 엔진 and the specified database to be extracted.
네임스페이스: Microsoft.SqlServer.Management.Dac
어셈블리: Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)
구문
‘선언
Public Sub New ( _
server As Server, _
databaseName As String _
)
‘사용 방법
Dim server As Server
Dim databaseName As String
Dim instance As New DacExtractionUnit(server, _
databaseName)
public DacExtractionUnit(
Server server,
string databaseName
)
public:
DacExtractionUnit(
Server^ server,
String^ databaseName
)
new :
server:Server *
databaseName:string -> DacExtractionUnit
public function DacExtractionUnit(
server : Server,
databaseName : String
)
매개 변수
- server
유형: Microsoft.SqlServer.Management.Smo. . :: . .Server
A Server value that specifies the instance of the Database Engine that contains the database.
- databaseName
유형: System. . :: . .String
A String value that specifies the name of the database.