Свойство StatusEventArgs.Message
The status message returned by the replication agent.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)
Синтаксис
'Декларация
Public ReadOnly Property Message As String
Get
'Применение
Dim instance As StatusEventArgs
Dim value As String
value = instance.Message
public string Message { get; }
public:
virtual property String^ Message {
String^ get () sealed;
}
abstract Message : string
override Message : string
final function get Message () : String
Значение свойства
Тип: System.String
A String value that contains the status message.
Реализует
Замечания
The Message property is read-only.