Item Propiedad (Int32, String)
Gets a SystemMessage object in the collection by name.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
id As Integer, _
language As String _
) As SystemMessage
Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- id
Tipo: System. . :: . .Int32
An Int32 value that specifies an ID value that uniquely identifies the system message.
- language
Tipo: System. . :: . .String
A String value that specifies the language in which the system message is written.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .SystemMessage
A SystemMessage object value that represents the system message.