共用方式為


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 命名空間