Share via


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

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

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

Parameters

  • id
    Type: System.Int32
    An Int32 value that specifies the ID value that uniquely identifies the user-defined message.

Examples

Using Messages