Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the ID of the top-level task the progress event relates to.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public ReadOnly Property OperationId As Integer
Get
'Usage
Dim instance As DacProgressEventArgs
Dim value As Integer
value = instance.OperationId
public int OperationId { get; }
public:
property int OperationId {
int get ();
}
member OperationId : int
function get OperationId () : int
Property Value
Type: System.Int32
The task ID.
Remarks
The following are task IDS:
Extract = 1
Publish = 2
ImportData = 3
ExportData = 4
Unregister = 5
Register = 6
DriftReport = 7
DeployReport = 8
Script = 9