Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Extracts a member from the SystemMessageCollection collection using a system-defined, unique identifier and the specified language.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Function ItemByIdAndLanguage ( _
id As Integer, _
language As String _
) As SystemMessage
'Применение
Dim instance As SystemMessageCollection
Dim id As Integer
Dim language As String
Dim returnValue As SystemMessage
returnValue = instance.ItemByIdAndLanguage(id, _
language)
public SystemMessage ItemByIdAndLanguage(
int id,
string language
)
public:
SystemMessage^ ItemByIdAndLanguage(
int id,
String^ language
)
member ItemByIdAndLanguage :
id:int *
language:string -> SystemMessage
public function ItemByIdAndLanguage(
id : int,
language : String
) : SystemMessage
Параметры
- id
Тип: System.Int32
An Int32 value that uniquely identifies the SystemMessage object that is a member of the SystemMessageCollection collection.
- language
Тип: System.String
A String value that specifies the language in which the system message is written. Language name formats are listed in sys.syslanguages system table, English (United Kingdom), British, and Deutsch for example.
Возвращаемое значение
Тип: Microsoft.SqlServer.Management.Smo.SystemMessage
A SystemMessage object that has the specified ID value.