Méthode UserDefinedMessageCollection.ItemByIdAndLanguageId
Extracts a member from the UserDefinedMessageCollection collection using a system-defined, unique identifier and the specified language.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Function ItemByIdAndLanguageId ( _
id As Integer, _
languageId As Integer _
) As UserDefinedMessage
'Utilisation
Dim instance As UserDefinedMessageCollection
Dim id As Integer
Dim languageId As Integer
Dim returnValue As UserDefinedMessage
returnValue = instance.ItemByIdAndLanguageId(id, _
languageId)
public UserDefinedMessage ItemByIdAndLanguageId(
int id,
int languageId
)
public:
UserDefinedMessage^ ItemByIdAndLanguageId(
int id,
int languageId
)
member ItemByIdAndLanguageId :
id:int *
languageId:int -> UserDefinedMessage
public function ItemByIdAndLanguageId(
id : int,
languageId : int
) : UserDefinedMessage
Paramètres
- id
Type : System.Int32
An Int32 value that specifies the ID value that uniquely identifies the user-defined message.
- languageId
Type : System.Int32
An Int32 value that specifies the ID value of the language in which the user-defined message is written.
Valeur de retour
Type : Microsoft.SqlServer.Management.Smo.UserDefinedMessage
A UserDefinedMessage object that has the specified ID value and language.