Partager via


Constructeur UserDefinedMessage (Server, Int32, String)

Initializes a new instance of the UserDefinedMessage class on the specified instance of SQL Server, with the specified ID value and written in the specified language.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    server As Server, _
    id As Integer, _
    language As String _
)
'Utilisation
Dim server As Server 
Dim id As Integer 
Dim language As String 

Dim instance As New UserDefinedMessage(server, _
    id, language)
public UserDefinedMessage(
    Server server,
    int id,
    string language
)
public:
UserDefinedMessage(
    Server^ server, 
    int id, 
    String^ language
)
new : 
        server:Server * 
        id:int * 
        language:string -> UserDefinedMessage
public function UserDefinedMessage(
    server : Server, 
    id : int, 
    language : String
)

Paramètres

  • id
    Type : System.Int32
    An Int32 value that specifies the ID value that uniquely identifies the user-defined message.
  • language
    Type : System.String
    A String value that specifies the language in which the user-defined message is written.

Exemples

Utilisation de messages

Voir aussi

Référence

UserDefinedMessage Classe

Surcharge UserDefinedMessage

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Erreurs et messages