UserDefinedMessage Constructor (Server, Int32)

Initializes a new instance of the UserDefinedMessage class on the specified instance of Microsoft SQL Server and with the specified ID value.

Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
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
)

Параметры

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

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Пример

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

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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

Другие ресурсы

Using Messages
Ошибки и сообщения