This topic has not yet been rated - Rate this topic

SystemMessageCollection.ItemByIdAndLanguageId Method

Extracts a member from the SystemMessageCollection collection using a system-defined, unique identifier and the specified language ID.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public SystemMessage ItemByIdAndLanguageId(
	int id,
	int languageId
)

Parameters

id
Type: System.Int32
An Int32 value that uniquely identifies the SystemMessage object that is a member of the SystemMessageCollection collection.
languageId
Type: System.Int32
An Int32 value that specifies the ID value that uniquely identifies the language in which the system message is written. The language ID values are listed in sys.syslanguages system table, us_english is 0, and Deutsch is 1 for example.

Return Value

Type: Microsoft.SqlServer.Management.Smo.SystemMessage
A SystemMessage object that has the specified ID value.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.