Freigeben über


UserDefinedMessage-Konstruktor (Server, Int32, Int32, Int32, String)

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub New ( _
    server As Server, _
    id As Integer, _
    language As Integer, _
    severity As Integer, _
    message As String _
)
'Usage
Dim server As Server 
Dim id As Integer 
Dim language As Integer 
Dim severity As Integer 
Dim message As String 

Dim instance As New UserDefinedMessage(server, _
    id, language, severity, message)
public UserDefinedMessage(
    Server server,
    int id,
    int language,
    int severity,
    string message
)
public:
UserDefinedMessage(
    Server^ server, 
    int id, 
    int language, 
    int severity, 
    String^ message
)
new : 
        server:Server * 
        id:int * 
        language:int * 
        severity:int * 
        message:string -> UserDefinedMessage
public function UserDefinedMessage(
    server : Server, 
    id : int, 
    language : int, 
    severity : int, 
    message : String
)

Parameter

  • id
    Typ: System.Int32
    An Int32 value that specifies the ID value that uniquely identifies the user-defined message.
  • language
    Typ: System.Int32
    A Int32 value that specifies the language ID in which the user-defined message is written.
  • severity
    Typ: System.Int32
    An Int32 value that specifies the severity of the message.

Beispiele

Verwenden von Meldungen

Siehe auch

Verweis

UserDefinedMessage Klasse

UserDefinedMessage-Überladung

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Fehler und Meldungen