Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The status message returned by the replication agent.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Message As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
A String value that contains the status message.
Implémente
Notes
The Message property is read-only.