Condividi tramite


Proprietà DacProgressEventArgs.OperationId

Gets the ID of the top-level task the progress event relates to.

Spazio dei nomi  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property OperationId As Integer 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Int32
The task ID.

Osservazioni

The following are task IDS:

  • Extract = 1

  • Publish = 2

  • ImportData = 3

  • ExportData = 4

  • Unregister = 5

  • Register = 6

  • DriftReport = 7

  • DeployReport = 8

  • Script = 9

Vedere anche

Riferimento

DacProgressEventArgs Classe

Spazio dei nomi Microsoft.SqlServer.Dac