Méthode ReadErrorLog
Enumerates the error log.
Espace de noms : Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Function ReadErrorLog As DataTable
'Utilisation
Dim instance As JobServer
Dim returnValue As DataTable
returnValue = instance.ReadErrorLog()
public DataTable ReadErrorLog()
public:
DataTable^ ReadErrorLog()
member ReadErrorLog : unit -> DataTable
public function ReadErrorLog() : DataTable
Valeur de retour
Type : System.Data. . :: . .DataTable
A DataTable object value that contains the error log details.
Voir aussi