Costruttore ServerMessageEventArgs
Initializes a new instance of the ServerMessageEventArgs class for the specified event and with the specified error.
Spazio dei nomi Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
sqlError As SqlError _
)
'Utilizzo
Dim sqlError As SqlError
Dim instance As New ServerMessageEventArgs(sqlError)
public ServerMessageEventArgs(
SqlError sqlError
)
public:
ServerMessageEventArgs(
SqlError^ sqlError
)
new :
sqlError:SqlError -> ServerMessageEventArgs
public function ServerMessageEventArgs(
sqlError : SqlError
)
Parametri
- sqlError
Tipo: SqlError
A SqlError system object value that specifies the error associated with the server message event.