नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
Creates a new instance of the StatusEventArgs class with the provided replication agent status information.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
percentCompleted As Byte, _
messageStatus As MessageStatus _
)
public StatusEventArgs (
string message,
byte percentCompleted,
MessageStatus messageStatus
)
public:
StatusEventArgs (
String^ message,
unsigned char percentCompleted,
MessageStatus messageStatus
)
public StatusEventArgs (
String message,
byte percentCompleted,
MessageStatus messageStatus
)
public function StatusEventArgs (
message : String,
percentCompleted : byte,
messageStatus : MessageStatus
)
Parameters
- message
The status message returned by the replication agent.
- percentCompleted
A Byte value that indicates estimated amount of the overall synchronization that has completed.
- messageStatus
A MessageStatus value that indicates the current operational status of the replication agent.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
StatusEventArgs Class
StatusEventArgs Members
Microsoft.SqlServer.Replication Namespace