UserDefinedMessage Constructor (Server, Int32)
Initializes a new instance of the UserDefinedMessage class on the specified instance of SQL Server and with the specified ID value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
server As Server, _
id As Integer _
)
public UserDefinedMessage (
Server server,
int id
)
public:
UserDefinedMessage (
Server^ server,
int id
)
public UserDefinedMessage (
Server server,
int id
)
public function UserDefinedMessage (
server : Server,
id : int
)
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also
Reference
UserDefinedMessage Class
UserDefinedMessage Members
Microsoft.SqlServer.Management.Smo Namespace