This topic has not yet been rated - Rate this topic

UserDefinedMessage Constructor (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)
public UserDefinedMessage(
	Server server,
	int id,
	int language,
	int severity,
	string message
)

Parameters

server
Type: Microsoft.SqlServer.Management.Smo.Server
A Server system object value that specifies the instance of SQL Server to which the user-defined message belongs.
id
Type: System.Int32
An Int32 value that specifies the ID value that uniquely identifies the user-defined message.
language
Type: System.Int32
A Int32 value that specifies the language ID in which the user-defined message is written.
severity
Type: System.Int32
An Int32 value that specifies the severity of the message.
message
Type: System.String
A String value that specifies the text of the message.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.