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.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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
매개 변수
- id
형식: System. . :: . .Int32
An Int32 value that uniquely identifies the SystemMessage object that is a member of the SystemMessageCollection collection.
- languageId
형식: System. . :: . .Int32
반환 값
형식: Microsoft.SqlServer.Management.Smo. . :: . .SystemMessage
A SystemMessage object that has the specified ID value.