UserDefinedMessage Constructor (Server, Int32, String)
SQL Server 2012
Initializes a new instance of the UserDefinedMessage class on the specified instance of SQL Server, with the specified ID value and written in the specified language.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
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.String
A String value that specifies the language in which the user-defined message is written.
