Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the UserDefinedMessage class on the specified instance of SQL Server and with the specified ID value.
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 _
)
'Utilisation
Dim server As Server
Dim id As Integer
Dim instance As New UserDefinedMessage(server, _
id)
public UserDefinedMessage(
Server server,
int id
)
public:
UserDefinedMessage(
Server^ server,
int id
)
new :
server:Server *
id:int -> UserDefinedMessage
public function UserDefinedMessage(
server : Server,
id : int
)
Paramètres
- server
Type : Microsoft.SqlServer.Management.Smo.Server
A Server system object value that specifies the instance of SQL Server to which the user-defined message belongs.
- id
Type : System.Int32
An Int32 value that specifies the ID value that uniquely identifies the user-defined message.
Exemples
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo