LastRunMessage propriété
Gets or sets the last message logged from a replication agent.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (dans Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
Public Property LastRunMessage As String
Get
Set
'Utilisation
Dim instance As AgentJobHistoryInfo
Dim value As String
value = instance.LastRunMessage
instance.LastRunMessage = value
public string LastRunMessage { get; set; }
public:
property String^ LastRunMessage {
String^ get ();
void set (String^ value);
}
member LastRunMessage : string with get, set
function get LastRunMessage () : String
function set LastRunMessage (value : String)
Valeur de la propriété
Type : System. . :: . .String
A String value that specifies the message.
Notes
This namespace, class, or member is supported only in the .NET Framework 2.0.