Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Gets the error associated with the server message event.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public ReadOnly Property Error As SqlError
Get
'Usage
Dim instance As ServerMessageEventArgs
Dim value As SqlError
value = instance.Error
public SqlError Error { get; }
public:
property SqlError^ Error {
SqlError^ get ();
}
member Error : SqlError
function get Error () : SqlError
Property Value
Type: System.Data.SqlClient.SqlError
A SqlError system object value that specifies the error associated with the server message event.