進行状況イベントに関連付けられている最上位レベルのタスクの ID を取得します。
名前空間: Microsoft.SqlServer.Dac
アセンブリ: Microsoft.SqlServer.Dac (Microsoft.SqlServer.Dac.dll)
構文
'宣言
Public ReadOnly Property OperationId As Integer
Get
'使用
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
プロパティ値
型: System.Int32
タスク ID です。
説明
タスク ID を次に示します。
Extract = 1
Publish = 2
ImportData = 3
ExportData = 4
Unregister = 5
Register = 6
DriftReport = 7
DeployReport = 8
Script = 9