共用方式為


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.

命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

語法

'宣告
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
)

參數

  • 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.

備註

只有 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
錯誤與訊息