다음을 통해 공유


SystemMessageCollection.ItemByIdAndLanguage 메서드

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

매개 변수

  • 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.

컬렉션 사용

참고 항목

참조

SystemMessageCollection 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스