Метод SystemMessageCollection.ItemByIdAndLanguageId

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Function ItemByIdAndLanguageId ( _
    id As Integer, _
    languageId As Integer _
) As SystemMessage
'Применение
Dim instance As SystemMessageCollection 
Dim id As Integer 
Dim languageId As Integer 
Dim returnValue As SystemMessage 

returnValue = instance.ItemByIdAndLanguageId(id, _
    languageId)
public SystemMessage ItemByIdAndLanguageId(
    int id,
    int languageId
)
public:
SystemMessage^ ItemByIdAndLanguageId(
    int id, 
    int languageId
)
member ItemByIdAndLanguageId : 
        id:int * 
        languageId:int -> SystemMessage
public function ItemByIdAndLanguageId(
    id : int, 
    languageId : int
) : SystemMessage

Параметры

  • languageId
    Тип: 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.

Возвращаемое значение

Тип: Microsoft.SqlServer.Management.Smo.SystemMessage
A SystemMessage object that has the specified ID value.

Примеры

Использование коллекций

См. также

Справочник

SystemMessageCollection Класс

Пространство имен Microsoft.SqlServer.Management.Smo