Condividi tramite


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.

Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintassi

'Dichiarazione
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
)

Parametri

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

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Esempio

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

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

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

Altre risorse

Using Messages
Errori e messaggi