DacExtractionUnit Constructor (Server, String, String, Version)
Initializes a new instance of the DacExtractionUnit class that has the specified instance of the Motor de base de datos and the specified database to be extracted, along with the type name and version to be applied.
Espacio de nombres: Microsoft.SqlServer.Management.Dac
Ensamblado: Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Sintaxis
'Declaración
Public Sub New ( _
server As Server, _
databaseName As String, _
typeName As String, _
version As Version _
)
'Uso
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
)
Parámetros
- server
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Server
A Server value that specifies the instance of the Database Engine that contains the database.
- databaseName
Tipo: System. . :: . .String
A String value that specifies the name of the database.
- typeName
Tipo: System. . :: . .String
A String value that specifies the name of the DAC type.
- version
Tipo: System. . :: . .Version
A String value that specifies the version of the DAC type.
Comentarios
A DAC type is uniquely identified by the combination of the type name and version.