Item 属性 (Int32, String)
Gets a SystemMessage object in the collection by name.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
id As Integer, _
language As String _
) As SystemMessage
Get
用法
Dim instance As SystemMessageCollection
Dim id As Integer
Dim language As String
Dim value As SystemMessage
value = instance(id, language)
public SystemMessage this[
int id,
string language
] { get; }
public:
property SystemMessage^ default[int id, String^ language] {
SystemMessage^ get (int id, String^ language);
}
member Item : SystemMessage
JScript 支持使用索引属性,但不支持声明新索引属性。
参数
- id
类型:System. . :: . .Int32
An Int32 value that specifies an ID value that uniquely identifies the system message.
- language
类型:System. . :: . .String
A String value that specifies the language in which the system message is written.
属性值
类型:Microsoft.SqlServer.Management.Smo. . :: . .SystemMessage
A SystemMessage object value that represents the system message.