Extract 메서드
Extracts the object defintions from the database, compiles them into a DAC type in a DAC package, and then returns the result of the extraction.
네임스페이스: Microsoft.SqlServer.Management.Dac
어셈블리: Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)
구문
‘선언
Public Function Extract ( _
dacPackageFilePath As String _
) As DacExtractValidationResult
‘사용 방법
Dim instance As DacExtractionUnit
Dim dacPackageFilePath As String
Dim returnValue As DacExtractValidationResult
returnValue = instance.Extract(dacPackageFilePath)
public DacExtractValidationResult Extract(
string dacPackageFilePath
)
public:
DacExtractValidationResult^ Extract(
String^ dacPackageFilePath
)
member Extract :
dacPackageFilePath:string -> DacExtractValidationResult
public function Extract(
dacPackageFilePath : String
) : DacExtractValidationResult
매개 변수
- dacPackageFilePath
유형: System. . :: . .String
A String value specifying the path to the folder for the extracted DAC package file.
반환 값
유형: Microsoft.SqlServer.Management.Dac. . :: . .DacExtractValidationResult
A DacExtractValidationResult value that contains information about the result of extracting a DAC type from the database.