StatusEventArgs 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 StatusEventArgs 類別的新執行個體。
多載
| StatusEventArgs() |
建立 StatusEventArgs 類別的新執行個體。 |
| StatusEventArgs(String, Byte, MessageStatus) |
使用提供的複寫代理程式狀態資訊,建立 StatusEventArgs 類別的新執行個體。 |
StatusEventArgs()
建立 StatusEventArgs 類別的新執行個體。
public:
StatusEventArgs();
public StatusEventArgs ();
Public Sub New ()
適用於
StatusEventArgs(String, Byte, MessageStatus)
使用提供的複寫代理程式狀態資訊,建立 StatusEventArgs 類別的新執行個體。
public:
StatusEventArgs(System::String ^ message, System::Byte percentCompleted, Microsoft::SqlServer::Replication::MessageStatus messageStatus);
public StatusEventArgs (string message, byte percentCompleted, Microsoft.SqlServer.Replication.MessageStatus messageStatus);
new Microsoft.SqlServer.Replication.StatusEventArgs : string * byte * Microsoft.SqlServer.Replication.MessageStatus -> Microsoft.SqlServer.Replication.StatusEventArgs
Public Sub New (message As String, percentCompleted As Byte, messageStatus As MessageStatus)
參數
- message
- String
複寫代理程式所傳回的狀態訊息。
- messageStatus
- MessageStatus
MessageStatus 值,指出複寫代理程式的目前作業狀態。