Data associated with event raised as an executing operation completes individual steps of processing.
繼承階層
System.Object
System.EventArgs
Microsoft.SqlServer.Dac.DacProgressEventArgs
命名空間: Microsoft.SqlServer.Dac
組件: Microsoft.SqlServer.Dac (在 Microsoft.SqlServer.Dac.dll 中)
語法
'宣告
Public NotInheritable Class DacProgressEventArgs _
Inherits EventArgs
'用途
Dim instance As DacProgressEventArgs
public sealed class DacProgressEventArgs : EventArgs
public ref class DacProgressEventArgs sealed : public EventArgs
[<SealedAttribute>]
type DacProgressEventArgs =
class
inherit EventArgs
end
public final class DacProgressEventArgs extends EventArgs
DacProgressEventArgs 型別公開下列成員。
屬性
| 名稱 | 說明 | |
|---|---|---|
![]() |
Message | Get a friendly message associated with the current step of an operation. |
![]() |
OperationId | Gets the ID of the top-level task the progress event relates to. |
![]() |
Status | Get status of an active operation. |
上層
方法
| 名稱 | 說明 | |
|---|---|---|
![]() |
Equals | (繼承自 Object。) |
![]() |
GetHashCode | (繼承自 Object。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
ToString | (繼承自 Object。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。
.gif)
.gif)