DataPhaseOperationStateProvider(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new instance of DataPhaseOperationStateProvider for a database with a unique operation id. Storage type is set to AzureStorage by default. Data operation is not resuming by default. Tables states are stored in a ConcurrentDictionary.
public DataPhaseOperationStateProvider (string dbName, string operationId = default);
new Microsoft.SqlServer.Dac.DataPhase.DataPhaseOperationStateProvider : string * string -> Microsoft.SqlServer.Dac.DataPhase.DataPhaseOperationStateProvider
Public Sub New (dbName As String, Optional operationId As String = Nothing)
Parameters
- dbName
- String
Database name
- operationId
- String
Data Operation Id (optional)