DacExtractOptions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義影響套件擷取行為的選項。
public sealed class DacExtractOptions
type DacExtractOptions = class
Public NotInheritable Class DacExtractOptions
- 繼承
-
DacExtractOptions
建構函式
| 名稱 | Description |
|---|---|
| DacExtractOptions() |
建構一個新的類別實例 DacExtractOptions 。 |
屬性
| 名稱 | Description |
|---|---|
| AzureSharedAccessSignatureToken |
[預告]Azure Shared Access Signature Token of Azure 儲存體 Account to extracting data to extract to parquet files. |
| AzureStorageBlobEndpoint |
[預告]Azure storage blob endpoint of Azure 儲存體 Account to extract data to parquet files. |
| AzureStorageContainer |
[預告]Azure storage container name of Azure 儲存體 Account to extract data to parquet files. |
| AzureStorageKey |
[預告]Azure storage key of Azure 儲存體 Account to extracting data to parquet files. |
| AzureStorageRootPath |
The storage root path under the container for for Azure Synapse Analytics data to parquet files. |
| CommandTimeout |
在對 SQLServer 執行查詢時,指定指令逾時時間(秒數)。 |
| CompressionOption |
在最終封裝中設定壓縮選項 |
| DatabaseLockTimeout |
指定對 SQLServer 執行查詢時的資料庫鎖定超時時間,以秒為單位。 |
| DataOperationStateProvider |
資料操作狀態提供者。 |
| ExtractAllTableData |
取得或設定布林值,指定是否會擷取所有使用者資料表的資料。 |
| ExtractApplicationScopedObjectsOnly |
取得或設定布林值,指定從原始碼擷取物件的範圍。 |
| ExtractReferencedServerScopedElements |
取得或設定布林值,指定是否應該擷取來源所參考的伺服器範圍元素。 |
| ExtractTarget |
取得將資料庫解壓到檔案系統或 DACPAC 時所使用的擷取目標類型。 |
| ExtractUsageProperties |
使用屬性包括 Table.RowCount、Table.IndexSize、Table.DataSize、Table.UsedPages 及 Table.DataPages。 當這些屬性為真時,會從資料庫中擷取並可於模型中存取。 |
| HashObjectNamesInLogs |
取得或設定布林值,指定是否要在日誌中雜湊物件名稱 |
| IgnoreExtendedProperties |
取得或設定布林值,指定是否應忽略擴充屬性。 |
| IgnorePermissions |
取得或設定布林值,指定是否應該忽略權限。 |
| IgnoreUserLoginMappings |
取得或設定布林值,指定是否應該從來源提取使用者與登入之間的映射。 |
| LongRunningCommandTimeout |
在執行 SQLServer 查詢時,指定長執行指令逾時(秒數)。 |
| Storage |
取得解壓時所使用的模式模型的後備儲存類型。 |
| TempDirectoryForTableData |
指定在寫入套件檔案之前,用於緩衝資料表資料的暫存目錄。 |
| VerifyExtraction |
取得或設定布林值,指定是否需要驗證擷取的套件。 |