UserDefinedMessage Constructor (Server, Int32, String, Int32, String, Boolean)

Initializes a new instance of the UserDefinedMessage class on the specified instance of Microsoft SQL Server, with the specified ID value, written in the specified language, the specified severity and actual message text, and the option to specify whether the message is logged to the Microsoft Windows event log.

命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

语法

声明
Public Sub New ( _
    server As Server, _
    id As Integer, _
    language As String, _
    severity As Integer, _
    message As String, _
    isLogged As Boolean _
)
public UserDefinedMessage (
    Server server,
    int id,
    string language,
    int severity,
    string message,
    bool isLogged
)
public:
UserDefinedMessage (
    Server^ server, 
    int id, 
    String^ language, 
    int severity, 
    String^ message, 
    bool isLogged
)
public UserDefinedMessage (
    Server server, 
    int id, 
    String language, 
    int severity, 
    String message, 
    boolean isLogged
)
public function UserDefinedMessage (
    server : Server, 
    id : int, 
    language : String, 
    severity : int, 
    message : String, 
    isLogged : boolean
)

参数

  • 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.
  • severity
    An Int32 value that specifies the severity of the message.
  • message
    A String value that specifies the text of the message.
  • isLogged
    A Boolean value that specifies whether the user-defined message is logged to the Windows event log.

    If True, the message is logged.

    If False, the message is not logged.

备注

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

示例

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

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

UserDefinedMessage Class
UserDefinedMessage Members
Microsoft.SqlServer.Management.Smo Namespace

其他资源

Using Messages
错误和消息