Compartir a través de


UserDefinedMessage Constructor (Server, Int32, String, Int32, String)

Initializes a new instance of the UserDefinedMessage class on the specified instance of Microsoft SQL Server, with the specified ID value, written in the specified language, the specified severity, and actual message text.

Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintaxis

'Declaración
Public Sub New ( _
    server As Server, _
    id As Integer, _
    language As String, _
    severity As Integer, _
    message As String _
)
public UserDefinedMessage (
    Server server,
    int id,
    string language,
    int severity,
    string message
)
public:
UserDefinedMessage (
    Server^ server, 
    int id, 
    String^ language, 
    int severity, 
    String^ message
)
public UserDefinedMessage (
    Server server, 
    int id, 
    String language, 
    int severity, 
    String message
)
public function UserDefinedMessage (
    server : Server, 
    id : int, 
    language : String, 
    severity : int, 
    message : String
)

Parámetros

  • server
    A Server system object value that specifies the instance of SQL Server to which the user-defined message belongs.
  • id
    An Int32 value that specifies the ID value that uniquely identifies the user-defined message.
  • language
    A String value that specifies the language in which the user-defined message is written.
  • severity
    An Int32 value that specifies the severity of the message.
  • message
    A String value that specifies the text of the message.

Notas

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Ejemplo

How to: Find a Particular System Message in Visual Basic .NET

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

UserDefinedMessage Class
UserDefinedMessage Members
Microsoft.SqlServer.Management.Smo Namespace

Otros recursos

Using Messages
Errores y mensajes