UserDefinedMessage Class

The UserDefinedMessage object represents a user-defined message.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
Public NotInheritable Class UserDefinedMessage
    Inherits MessageObjectBase
    Implements ICreatable, IDroppable, IAlterable, IScriptable
public sealed class UserDefinedMessage : MessageObjectBase, ICreatable, IDroppable, IAlterable, 
    IScriptable
public ref class UserDefinedMessage sealed : public MessageObjectBase, ICreatable, IDroppable, IAlterable, 
    IScriptable
public final class UserDefinedMessage extends MessageObjectBase implements ICreatable, IDroppable, 
    IAlterable, IScriptable
public final class UserDefinedMessage extends MessageObjectBase implements ICreatable, IDroppable, 
    IAlterable, IScriptable

Remarks

The UserDefinedMessage object represents messages that have been defined by the user and SystemMessage object represents messages that are already defined by the system.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

To get or set UserDefinedMessage object properties, users can be a member of the public fixed server role.

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Management.Smo.SmoObjectBase
     Microsoft.SqlServer.Management.Smo.SqlSmoObject
       Microsoft.SqlServer.Management.Smo.MessageObjectBase
        Microsoft.SqlServer.Management.Smo.UserDefinedMessage

Example

How to: Find a Particular System Message in Visual Basic .NET

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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 Members
Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Using Messages
Errors and Messages