UserDefinedMessage Constructor (Server, Int32, String)
Initializes a new instance of the UserDefinedMessage class on the specified instance of Microsoft 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)
Syntax
'Declaration
Public Sub New ( _
server As Server, _
id As Integer, _
language As String _
)
public UserDefinedMessage (
Server server,
int id,
string language
)
public:
UserDefinedMessage (
Server^ server,
int id,
String^ language
)
public UserDefinedMessage (
Server server,
int id,
String language
)
public function UserDefinedMessage (
server : Server,
id : int,
language : String
)
Parameters
- 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.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Example
How to: Find a Particular System Message in Visual Basic .NET
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
UserDefinedMessage Class
UserDefinedMessage Members
Microsoft.SqlServer.Management.Smo Namespace